ATLAS Offline Software
TauRecExtraDetails_p1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
17 
19 
20 // Make sure that members added to this class since the first version
21 // get initialized. (Otherwise, when reading an old version, they'll
22 // be left uninitialized.)
24  : m_seedType(0),
25  m_numEMCells(0),
26  m_stripET(0),
27  m_emCentralityFraction(0),
28  m_etHadAtEMScale(0),
29  m_etEMAtEMScale(0),
30  m_sumCellE(0),
31  m_sumEMCellE(0),
32  m_sumPTTracks(0)
33 {
34 
35 }
TauRecExtraDetails_p1.h
TauRecExtraDetails_p1::TauRecExtraDetails_p1
TauRecExtraDetails_p1()
Constructor.
Definition: TauRecExtraDetails_p1.cxx:23