ATLAS Offline Software
Loading...
Searching...
No Matches
TriggerTowerAuxContainer_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: TriggerTowerAuxContainer_v2.cxx 652807 2015-03-09 21:52:07Z morrisj $
6
7// Local include(s):
9
10namespace xAOD {
11
14 {
15
17 AUX_VARIABLE( eta );
19 AUX_VARIABLE( coolId );
20 AUX_VARIABLE( lut_cp );
21 AUX_VARIABLE( lut_jep );
22 AUX_VARIABLE( correction );
23 AUX_VARIABLE( correctionEnabled );
24 AUX_VARIABLE( bcidVec );
25 AUX_VARIABLE( adc );
26 AUX_VARIABLE( bcidExt );
27 AUX_VARIABLE( sat80Vec );
28 AUX_VARIABLE( errorWord );
29 AUX_VARIABLE( peak );
30 AUX_VARIABLE( adcPeak );
31 }
32
33} // namespace xAOD
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
#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.