ATLAS Offline Software
MuonSpShower_p1.cxx
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // MuonSpShower_p1.cxx
8 // Implementation file for class MuonSpShower_p1
9 // Author: Edward.Moyse@cern.ch
11 
12 
13 // RecTPCnv includes
15 
19 
21  : m_eta(0)
22  , m_phi(0)
23  , m_numberOfTriggerHits(0)
24  , m_numberOfInnerHits(0)
25  , m_numberOfInnerSegments(0)
26  , m_numberOfMiddleHits(0)
27  , m_numberOfMiddleSegments(0)
28  , m_numberOfOuterHits(0)
29  , m_numberOfOuterSegments(0)
30 {}
31 
MuonSpShower_p1::MuonSpShower_p1
MuonSpShower_p1()
Default Constructor needed for persistency.
Definition: MuonSpShower_p1.cxx:20
MuonSpShower_p1.h