ATLAS Offline Software
Loading...
Searching...
No Matches
ElectronAuxContainer_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// $Id: ElectronAuxContainer_v1.cxx 597503 2014-05-16 16:34:05Z christos $
6
7// Local include(s):
9
10
11namespace xAOD {
12
15
16
18 AUX_VARIABLE(trackParticleLinks);
19
24
27 AUX_VARIABLE(deltaEta0);
28 AUX_VARIABLE(deltaEta1);
29 AUX_VARIABLE(deltaEta2);
30 AUX_VARIABLE(deltaEta3);
31 AUX_VARIABLE(deltaPhi0);
32 AUX_VARIABLE(deltaPhi1);
33 AUX_VARIABLE(deltaPhi2);
34 AUX_VARIABLE(deltaPhi3);
35 AUX_VARIABLE(deltaPhiRescaled0);
36 AUX_VARIABLE(deltaPhiRescaled1);
37 AUX_VARIABLE(deltaPhiRescaled2);
38 AUX_VARIABLE(deltaPhiRescaled3);
39 AUX_VARIABLE(deltaPhiFromLastMeasurement);
41
42
43
44
45 }
46
47} // 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
Temporary container used until we have I/O for AuxStoreInternal.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.