ATLAS Offline Software
TriggerMenuJsonAuxContainer_v1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // Local include(s):
7 
8 namespace xAOD {
9 
11  : AuxContainerBase() {
12 
13  AUX_VARIABLE( key );
14  AUX_VARIABLE( name );
15 
17  }
18 
19 } // namespace xAOD
xAOD::TriggerMenuJsonAuxContainer_v1::key
std::vector< uint32_t > key
Definition: TriggerMenuJsonAuxContainer_v1.h:40
xAOD::TriggerMenuJsonAuxContainer_v1::payload
std::vector< std::string > payload
Definition: TriggerMenuJsonAuxContainer_v1.h:46
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
xAOD::TriggerMenuJsonAuxContainer_v1::name
std::vector< std::string > name
Definition: TriggerMenuJsonAuxContainer_v1.h:41
TriggerMenuJsonAuxContainer_v1.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::TriggerMenuJsonAuxContainer_v1::TriggerMenuJsonAuxContainer_v1
TriggerMenuJsonAuxContainer_v1()
Default constructor.
Definition: TriggerMenuJsonAuxContainer_v1.cxx:10
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition: AuxVariable.h:22