ATLAS Offline Software
|
Persisent representation of the transient Rec::MuonSpShowerContainer class. More...
#include <MuonSpShowerContainer_p1.h>
Public Member Functions | |
MuonSpShowerContainer_p1 () | |
Default Constructor needed for persistency. More... | |
MuonSpShowerContainer_p1 (const MuonSpShowerContainer_p1 &) | |
MuonSpShowerContainer_p1 & | operator= (const MuonSpShowerContainer_p1 &) |
virtual | ~MuonSpShowerContainer_p1 () |
Destructor. More... | |
Public Attributes | |
std::vector< MuonSpShower_p1 * > | m_showers |
bool | m_ownshowers |
Persisent representation of the transient Rec::MuonSpShowerContainer class.
Definition at line 14 of file MuonSpShowerContainer_p1.h.
MuonSpShowerContainer_p1::MuonSpShowerContainer_p1 | ( | ) |
Default Constructor needed for persistency.
Definition at line 8 of file MuonSpShowerContainer_p1.cxx.
MuonSpShowerContainer_p1::MuonSpShowerContainer_p1 | ( | const MuonSpShowerContainer_p1 & | other | ) |
Definition at line 13 of file MuonSpShowerContainer_p1.cxx.
|
virtual |
Destructor.
Definition at line 29 of file MuonSpShowerContainer_p1.cxx.
MuonSpShowerContainer_p1 & MuonSpShowerContainer_p1::operator= | ( | const MuonSpShowerContainer_p1 & | other | ) |
Definition at line 20 of file MuonSpShowerContainer_p1.cxx.
bool MuonSpShowerContainer_p1::m_ownshowers |
Definition at line 28 of file MuonSpShowerContainer_p1.h.
std::vector<MuonSpShower_p1*> MuonSpShowerContainer_p1::m_showers |
Definition at line 27 of file MuonSpShowerContainer_p1.h.