ATLAS Offline Software
PhotonAuxContainer_v3.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 // $Id: PhotonAuxContainer_v3.cxx 619839 2014-10-03 13:38:44Z christos $
6 
7 // Local include(s):
9 
10 namespace xAOD {
11 
13  : AuxContainerBase() {
14 
16 #define EGAMMA_AUX_VARIABLE( TYPE, NAME ) AUX_VARIABLE( NAME )
17 #include "xAODEgamma/versions/EgammaAuxVariables_v3.def"
18 #undef EGAMMA_AUX_VARIABLE
19 
21  AUX_VARIABLE(vertexLinks);
22 
25 
30 
32  }
33 
34 } // namespace xAOD
xAOD::EgammaParameters::convMatchDeltaPhi2
@ convMatchDeltaPhi2
difference between the cluster phi and the phi of the second track of the vertex extrapolated to the ...
Definition: EgammaEnums.h:258
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::PhotonAuxContainer_v3::PhotonAuxContainer_v3
PhotonAuxContainer_v3()
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition: AuxVariable.h:23
xAOD::EgammaParameters::convMatchDeltaPhi1
@ convMatchDeltaPhi1
difference between the cluster phi and the phi of the first track of the vertex extrapolated to the s...
Definition: EgammaEnums.h:253
xAOD::EgammaParameters::convMatchDeltaEta1
@ convMatchDeltaEta1
difference between the cluster eta and the eta of the first track of the vertex extrapolated to the s...
Definition: EgammaEnums.h:243
xAOD::EgammaParameters::convMatchDeltaEta2
@ convMatchDeltaEta2
difference between the cluster eta and the eta of the second track of the vertex extrapolated to the ...
Definition: EgammaEnums.h:248
PhotonAuxContainer_v3.h