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 // $Id: TrigCompositeAuxContainer_v2.h $
8 #ifndef XAODTRIGGER_VERSIONS_TRIGCOMPOSITEAUXCONTAINER_V2_H
9 #define XAODTRIGGER_VERSIONS_TRIGCOMPOSITEAUXCONTAINER_V2_H
10 
11 // System include(s):
12 extern "C" {
13 # include <stdint.h>
14 }
15 #include <vector>
16 #include <string>
17 
18 // xAOD include(s):
20 
22 #include "CxxUtils/sgkey_t.h"
23 
24 namespace xAOD {
25 
34 
35  public:
37 
40 
41  private:
42  std::vector< std::string > name;
43 
44  std::vector< std::vector< std::string > > linkColNames;
45  std::vector< std::vector< sgkey_t > > linkColKeys;
46  std::vector< std::vector< uint16_t > > linkColIndices;
47  std::vector< std::vector< uint32_t > > linkColClids;
48 
49  std::vector< std::vector< TrigCompositeUtils::DecisionID > > decisions;
50 
51  }; // class TrigCompositeAuxContainer_v2
52 
53 } // namespace xAOD
54 
55 // Declare the inheritance of the class:
56 #include "xAODCore/BaseInfo.h"
58 
59 #endif // XAODTRIGGER_VERSIONS_TRIGCOMPOSITEAUXCONTAINER_V2_H
xAOD::TrigCompositeAuxContainer_v2::name
std::vector< std::string > name
Definition: TrigCompositeAuxContainer_v2.h:42
xAOD::TrigCompositeAuxContainer_v2::sgkey_t
SG::sgkey_t sgkey_t
Definition: TrigCompositeAuxContainer_v2.h:36
xAOD::TrigCompositeAuxContainer_v2::linkColKeys
std::vector< std::vector< sgkey_t > > linkColKeys
Definition: TrigCompositeAuxContainer_v2.h:45
xAOD::TrigCompositeAuxContainer_v2::linkColNames
std::vector< std::vector< std::string > > linkColNames
Definition: TrigCompositeAuxContainer_v2.h:44
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
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:49
xAOD::TrigCompositeAuxContainer_v2::TrigCompositeAuxContainer_v2
TrigCompositeAuxContainer_v2()
Default constuctor.
Definition: TrigCompositeAuxContainer_v2.cxx:12
xAOD::TrigCompositeAuxContainer_v2::linkColIndices
std::vector< std::vector< uint16_t > > linkColIndices
Definition: TrigCompositeAuxContainer_v2.h:46
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.
xAOD::TrigCompositeAuxContainer_v2::linkColClids
std::vector< std::vector< uint32_t > > linkColClids
Definition: TrigCompositeAuxContainer_v2.h:47
SG_BASE
SG_BASE(xAOD::TrigCompositeAuxContainer_v2, xAOD::AuxContainerBase)
xAOD::TrigCompositeAuxContainer_v2
Auxiliary store for TrigComposite containers.
Definition: TrigCompositeAuxContainer_v2.h:33
TrigComposite.h