ATLAS Offline Software
JetTrigAuxContainer_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 
12 
15 
16  AUX_VARIABLE( pt );
17  AUX_VARIABLE( eta );
18  AUX_VARIABLE( phi );
19  AUX_VARIABLE( m );
20  }
21 
22 } // namespace xAOD
xAOD::JetTrigAuxContainer_v1::phi
std::vector< float > phi
Definition: JetTrigAuxContainer_v1.h:49
xAOD::JetTrigAuxContainer_v1::JetTrigAuxContainer_v1
JetTrigAuxContainer_v1()
Default constructor.
Definition: JetTrigAuxContainer_v1.cxx:10
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::JetTrigAuxContainer_v1::constituentWeights
std::vector< std::vector< float > > constituentWeights
Definition: JetTrigAuxContainer_v1.h:53
xAOD::JetTrigAuxContainer_v1::m
std::vector< float > m
Definition: JetTrigAuxContainer_v1.h:50
JetTrigAuxContainer_v1.h
xAOD::JetTrigAuxContainer_v1::constituentLinks
ConstituentLinks_t constituentLinks
Definition: JetTrigAuxContainer_v1.h:52
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition: AuxVariable.h:22
xAOD::JetTrigAuxContainer_v1::pt
std::vector< float > pt
Definition: JetTrigAuxContainer_v1.h:47
xAOD::JetTrigAuxContainer_v1::eta
std::vector< float > eta
Definition: JetTrigAuxContainer_v1.h:48
xAOD::ByteStreamAuxContainer_v1
Base class for dynamic auxiliary stores saved into ByteStream.
Definition: ByteStreamAuxContainer_v1.h:44