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