ATLAS Offline Software
TrigCompositeAuxContainer_v1.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: TrigCompositeAuxContainer_v1.h 631318 2014-11-26 18:32:04Z krasznaa $
8 #ifndef XAODTRIGGER_VERSIONS_TRIGCOMPOSITEAUXCONTAINER_V1_H
9 #define XAODTRIGGER_VERSIONS_TRIGCOMPOSITEAUXCONTAINER_V1_H
10 
11 // System include(s):
12 extern "C" {
13 # include <stdint.h>
14 }
15 #include <vector>
16 #include <string>
17 
18 // Local include(s):
20 #include "CxxUtils/sgkey_t.h"
21 
22 namespace xAOD {
23 
37 
38  public:
40 
43 
44  private:
45  std::vector< std::string > name;
46 
47  std::vector< std::vector< std::string > > linkColNames;
48  std::vector< std::vector< sgkey_t > > linkColKeys;
49  std::vector< std::vector< uint16_t > > linkColIndices;
50  std::vector< std::vector< uint32_t > > linkColClids;
51 
52  }; // class TrigCompositeAuxContainer_v1
53 
54 } // namespace xAOD
55 
56 // Declare the inheritance of the class:
57 #include "xAODCore/BaseInfo.h"
59 
60 #endif // XAODTRIGGER_VERSIONS_TRIGCOMPOSITEAUXCONTAINER_V1_H
xAOD::TrigCompositeAuxContainer_v1::linkColNames
std::vector< std::vector< std::string > > linkColNames
Definition: TrigCompositeAuxContainer_v1.h:47
xAOD::TrigCompositeAuxContainer_v1
Auxiliary store for TrigComposite_v1 containers.
Definition: TrigCompositeAuxContainer_v1.h:36
xAOD::TrigCompositeAuxContainer_v1::linkColKeys
std::vector< std::vector< sgkey_t > > linkColKeys
Definition: TrigCompositeAuxContainer_v1.h:48
SG_BASE
SG_BASE(xAOD::TrigCompositeAuxContainer_v1, xAOD::ByteStreamAuxContainer_v1)
BaseInfo.h
xAOD::TrigCompositeAuxContainer_v1::TrigCompositeAuxContainer_v1
TrigCompositeAuxContainer_v1()
Default constuctor.
Definition: TrigCompositeAuxContainer_v1.cxx:12
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::TrigCompositeAuxContainer_v1::sgkey_t
SG::sgkey_t sgkey_t
Definition: TrigCompositeAuxContainer_v1.h:39
xAOD::TrigCompositeAuxContainer_v1::linkColClids
std::vector< std::vector< uint32_t > > linkColClids
Definition: TrigCompositeAuxContainer_v1.h:50
xAOD::TrigCompositeAuxContainer_v1::linkColIndices
std::vector< std::vector< uint16_t > > linkColIndices
Definition: TrigCompositeAuxContainer_v1.h:49
SG::sgkey_t
uint32_t sgkey_t
Type used for hashed StoreGate key+CLID pairs.
Definition: CxxUtils/CxxUtils/sgkey_t.h:32
sgkey_t.h
Define the type used for hashed StoreGate key+CLID pairs.
ByteStreamAuxContainer_v1.h
xAOD::TrigCompositeAuxContainer_v1::name
std::vector< std::string > name
Definition: TrigCompositeAuxContainer_v1.h:45
xAOD::ByteStreamAuxContainer_v1
Base class for dynamic auxiliary stores saved into ByteStream.
Definition: ByteStreamAuxContainer_v1.h:44