ATLAS Offline Software
MBTSModuleAuxContainer_v1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 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( e );
14  AUX_VARIABLE( eta );
15  AUX_VARIABLE( phi );
16  AUX_VARIABLE( time );
18  AUX_VARIABLE( type );
21  }
22 
23 } // namespace xAOD
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::MBTSModuleAuxContainer_v1::channel
std::vector< int > channel
Definition: MBTSModuleAuxContainer_v1.h:37
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition: AuxVariable.h:22
xAOD::MBTSModuleAuxContainer_v1::eta
std::vector< float > eta
Definition: MBTSModuleAuxContainer_v1.h:31
MBTSModuleAuxContainer_v1.h
xAOD::MBTSModuleAuxContainer_v1::mbtsQuality
std::vector< int > mbtsQuality
Definition: MBTSModuleAuxContainer_v1.h:34
xAOD::MBTSModuleAuxContainer_v1::MBTSModuleAuxContainer_v1
MBTSModuleAuxContainer_v1()
Default constructor.
Definition: MBTSModuleAuxContainer_v1.cxx:10
xAOD::MBTSModuleAuxContainer_v1::e
std::vector< float > e
Definition: MBTSModuleAuxContainer_v1.h:30
xAOD::MBTSModuleAuxContainer_v1::time
std::vector< float > time
Definition: MBTSModuleAuxContainer_v1.h:33
xAOD::MBTSModuleAuxContainer_v1::phi
std::vector< float > phi
Definition: MBTSModuleAuxContainer_v1.h:32
xAOD::MBTSModuleAuxContainer_v1::mbtsModule
std::vector< int > mbtsModule
Definition: MBTSModuleAuxContainer_v1.h:36
xAOD::MBTSModuleAuxContainer_v1::type
std::vector< int > type
Definition: MBTSModuleAuxContainer_v1.h:35