ATLAS Offline Software
TrigCompositeAuxContainer_v2.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // $Id: TrigCompositeAuxContainer_v2.cxx $
6 
7 // Local include(s):
9 
10 namespace xAOD {
11 
13  : AuxContainerBase(){
14 
15  AUX_VARIABLE( name );
16 
21 
23  }
24 
25 } // namespace xAOD
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::linkColKeys
std::vector< std::vector< sgkey_t > > linkColKeys
Definition: TrigCompositeAuxContainer_v2.h:46
xAOD::TrigCompositeAuxContainer_v2::linkColNames
std::vector< std::vector< std::string > > linkColNames
Definition: TrigCompositeAuxContainer_v2.h:45
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
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
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition: AuxVariable.h:23
xAOD::TrigCompositeAuxContainer_v2::TrigCompositeAuxContainer_v2
TrigCompositeAuxContainer_v2()
Default constuctor.
Definition: TrigCompositeAuxContainer_v2.cxx:12
xAOD::TrigCompositeAuxContainer_v2::linkColClids
std::vector< std::vector< uint32_t > > linkColClids
Definition: TrigCompositeAuxContainer_v2.h:48
TrigCompositeAuxContainer_v2.h