Loading [MathJax]/jax/output/SVG/config.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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:
38 
41 
42  private:
43  std::vector< std::string > name;
44 
45  std::vector< std::vector< std::string > > linkColNames;
46  std::vector< std::vector< sgkey_t > > linkColKeys;
47  std::vector< std::vector< index_type > > linkColIndices;
48  std::vector< std::vector< uint32_t > > linkColClids;
49 
50  std::vector< std::vector< TrigCompositeUtils::DecisionID > > decisions;
51 
52  }; // class TrigCompositeAuxContainer_v2
53 
54 } // namespace xAOD
55 
56 // Declare the inheritance of the class:
57 #include "xAODCore/BaseInfo.h"
59 
60 #endif // XAODTRIGGER_VERSIONS_TRIGCOMPOSITEAUXCONTAINER_V2_H
xAOD::TrigCompositeAuxContainer_v2::linkColIndices
std::vector< std::vector< index_type > > linkColIndices
Definition: TrigCompositeAuxContainer_v2.h:47
xAOD::TrigCompositeAuxContainer_v2::name
std::vector< std::string > name
Definition: TrigCompositeAuxContainer_v2.h:43
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:46
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:45
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:50
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: CxxUtils/CxxUtils/sgkey_t.h:32
xAOD::TrigCompositeAuxContainer_v2::index_type
uint32_t index_type
Definition: TrigCompositeAuxContainer_v2.h:37
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:48
SG_BASE
SG_BASE(xAOD::TrigCompositeAuxContainer_v2, xAOD::AuxContainerBase)
xAOD::TrigCompositeAuxContainer_v2
Auxiliary store for TrigComposite containers.
Definition: TrigCompositeAuxContainer_v2.h:33
TrigComposite.h