ATLAS Offline Software
Loading...
Searching...
No Matches
ElectronAuxContainer_v2.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: ElectronAuxContainer_v2.cxx 614829 2014-09-03 09:39:36Z krasznaa $
6
7// Local include(s):
9
10namespace xAOD {
11
14
16#define EGAMMA_AUX_VARIABLE( TYPE, NAME ) AUX_VARIABLE( NAME )
17#include "xAODEgamma/versions/EgammaAuxVariables_v2.def"
18#undef EGAMMA_AUX_VARIABLE
19
21 AUX_VARIABLE(trackParticleLinks);
22
27
30 AUX_VARIABLE(deltaEta0);
31 AUX_VARIABLE(deltaEta1);
32 AUX_VARIABLE(deltaEta2);
33 AUX_VARIABLE(deltaEta3);
34 AUX_VARIABLE(deltaPhi0);
35 AUX_VARIABLE(deltaPhi1);
36 AUX_VARIABLE(deltaPhi2);
37 AUX_VARIABLE(deltaPhi3);
38 AUX_VARIABLE(deltaPhiRescaled0);
39 AUX_VARIABLE(deltaPhiRescaled1);
40 AUX_VARIABLE(deltaPhiRescaled2);
41 AUX_VARIABLE(deltaPhiRescaled3);
42 AUX_VARIABLE(deltaPhiFromLastMeasurement);
44 }
45
46} // namespace xAOD
double charge(const T &p)
Definition AtlasPID.h:997
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition AuxVariable.h:23
Common base class for the auxiliary containers.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.