ATLAS Offline Software
TrigCompositeAuxContainer_v2.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 #ifndef XAODTRIGGER_VERSIONS_TRIGCOMPOSITEAUXCONTAINER_V2_H
8 #define XAODTRIGGER_VERSIONS_TRIGCOMPOSITEAUXCONTAINER_V2_H
9 
10 // System include(s):
11 extern "C" {
12 # include <stdint.h>
13 }
14 #include <vector>
15 #include <string>
16 
17 // xAOD include(s):
19 
21 #include "SGCore/sgkey_t.h"
22 
23 namespace xAOD {
24 
31 
32  public:
35 
38 
39  private:
40  std::vector< std::string > name;
41 
42  std::vector< std::vector< std::string > > linkColNames;
43  std::vector< std::vector< sgkey_t > > linkColKeys;
44  std::vector< std::vector< index_type > > linkColIndices;
45  std::vector< std::vector< uint32_t > > linkColClids;
46 
47  std::vector< std::vector< TrigCompositeUtils::DecisionID > > decisions;
48 
49  }; // class TrigCompositeAuxContainer_v2
50 
51 } // namespace xAOD
52 
53 // Declare the inheritance of the class:
54 #include "xAODCore/BaseInfo.h"
56 
57 #endif // XAODTRIGGER_VERSIONS_TRIGCOMPOSITEAUXCONTAINER_V2_H
xAOD::TrigCompositeAuxContainer_v2::linkColIndices
std::vector< std::vector< index_type > > linkColIndices
Definition: TrigCompositeAuxContainer_v2.h:44
xAOD::TrigCompositeAuxContainer_v2::name
std::vector< std::string > name
Definition: TrigCompositeAuxContainer_v2.h:40
xAOD::TrigCompositeAuxContainer_v2::sgkey_t
SG::sgkey_t sgkey_t
Definition: TrigCompositeAuxContainer_v2.h:33
xAOD::TrigCompositeAuxContainer_v2::linkColKeys
std::vector< std::vector< sgkey_t > > linkColKeys
Definition: TrigCompositeAuxContainer_v2.h:43
xAOD::uint32_t
setEventNumber uint32_t
Definition: EventInfo_v1.cxx:127
xAOD::TrigCompositeAuxContainer_v2::linkColNames
std::vector< std::vector< std::string > > linkColNames
Definition: TrigCompositeAuxContainer_v2.h:42
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:55
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::TrigCompositeAuxContainer_v2::decisions
std::vector< std::vector< TrigCompositeUtils::DecisionID > > decisions
Definition: TrigCompositeAuxContainer_v2.h:47
sgkey_t.h
xAOD::TrigCompositeAuxContainer_v2::TrigCompositeAuxContainer_v2
TrigCompositeAuxContainer_v2()
Default constuctor.
Definition: TrigCompositeAuxContainer_v2.cxx:12
SG::sgkey_t
uint32_t sgkey_t
Type used for hashed StoreGate key+CLID pairs.
Definition: sgkey_t.h:32
xAOD::TrigCompositeAuxContainer_v2::index_type
uint32_t index_type
Definition: TrigCompositeAuxContainer_v2.h:34
xAOD::TrigCompositeAuxContainer_v2::linkColClids
std::vector< std::vector< uint32_t > > linkColClids
Definition: TrigCompositeAuxContainer_v2.h:45
SG_BASE
SG_BASE(xAOD::TrigCompositeAuxContainer_v2, xAOD::AuxContainerBase)
xAOD::TrigCompositeAuxContainer_v2
Auxiliary store for TrigComposite containers.
Definition: TrigCompositeAuxContainer_v2.h:30
TrigComposite.h