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-2025 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef XAODTRIGGER_VERSIONS_TRIGCOMPOSITEAUXCONTAINER_V1_H
8 #define XAODTRIGGER_VERSIONS_TRIGCOMPOSITEAUXCONTAINER_V1_H
9 
10 // System include(s):
11 extern "C" {
12 # include <stdint.h>
13 }
14 #include <vector>
15 #include <string>
16 
17 // Local include(s):
19 #include "SGCore/sgkey_t.h"
20 
21 namespace xAOD {
22 
33 
34  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< index_type > > linkColIndices;
47  std::vector< std::vector< uint32_t > > linkColClids;
48 
49  }; // class TrigCompositeAuxContainer_v1
50 
51 } // namespace xAOD
52 
53 // Declare the inheritance of the class:
54 #include "xAODCore/BaseInfo.h"
56 
57 #endif // XAODTRIGGER_VERSIONS_TRIGCOMPOSITEAUXCONTAINER_V1_H
xAOD::TrigCompositeAuxContainer_v1::linkColNames
std::vector< std::vector< std::string > > linkColNames
Definition: TrigCompositeAuxContainer_v1.h:44
xAOD::TrigCompositeAuxContainer_v1
Auxiliary store for TrigComposite_v1 containers.
Definition: TrigCompositeAuxContainer_v1.h:32
xAOD::uint32_t
setEventNumber uint32_t
Definition: EventInfo_v1.cxx:127
xAOD::TrigCompositeAuxContainer_v1::linkColKeys
std::vector< std::vector< sgkey_t > > linkColKeys
Definition: TrigCompositeAuxContainer_v1.h:45
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:35
xAOD::TrigCompositeAuxContainer_v1::linkColClids
std::vector< std::vector< uint32_t > > linkColClids
Definition: TrigCompositeAuxContainer_v1.h:47
sgkey_t.h
SG::sgkey_t
uint32_t sgkey_t
Type used for hashed StoreGate key+CLID pairs.
Definition: sgkey_t.h:32
xAOD::TrigCompositeAuxContainer_v1::linkColIndices
std::vector< std::vector< index_type > > linkColIndices
Definition: TrigCompositeAuxContainer_v1.h:46
xAOD::TrigCompositeAuxContainer_v1::index_type
uint32_t index_type
Definition: TrigCompositeAuxContainer_v1.h:36
ByteStreamAuxContainer_v1.h
xAOD::TrigCompositeAuxContainer_v1::name
std::vector< std::string > name
Definition: TrigCompositeAuxContainer_v1.h:42
xAOD::ByteStreamAuxContainer_v1
Base class for dynamic auxiliary stores saved into ByteStream.
Definition: ByteStreamAuxContainer_v1.h:40