ATLAS Offline Software
Reconstruction
RecTPCnv
RecTPCnv
MuonSpShowerContainer_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef RECTPCNV_MUONSPSHOWERCONTAINER_P1_H
6
#define RECTPCNV_MUONSPSHOWERCONTAINER_P1_H
7
8
#include <vector>
9
#include "
RecTPCnv/MuonSpShower_p1.h
"
10
14
class
MuonSpShowerContainer_p1
{
15
16
public
:
17
19
MuonSpShowerContainer_p1
();
20
21
MuonSpShowerContainer_p1
(
const
MuonSpShowerContainer_p1
&);
22
MuonSpShowerContainer_p1
&
operator=
(
const
MuonSpShowerContainer_p1
&);
23
25
virtual
~MuonSpShowerContainer_p1
();
26
27
std::vector<MuonSpShower_p1*>
m_showers
;
28
bool
m_ownshowers
;
29
};
30
31
#endif
32
MuonSpShowerContainer_p1
Persisent representation of the transient Rec::MuonSpShowerContainer class.
Definition:
MuonSpShowerContainer_p1.h:14
MuonSpShowerContainer_p1::m_ownshowers
bool m_ownshowers
Definition:
MuonSpShowerContainer_p1.h:28
MuonSpShower_p1.h
MuonSpShowerContainer_p1::operator=
MuonSpShowerContainer_p1 & operator=(const MuonSpShowerContainer_p1 &)
Definition:
MuonSpShowerContainer_p1.cxx:20
MuonSpShowerContainer_p1::m_showers
std::vector< MuonSpShower_p1 * > m_showers
Definition:
MuonSpShowerContainer_p1.h:27
MuonSpShowerContainer_p1::MuonSpShowerContainer_p1
MuonSpShowerContainer_p1()
Default Constructor needed for persistency.
Definition:
MuonSpShowerContainer_p1.cxx:8
MuonSpShowerContainer_p1::~MuonSpShowerContainer_p1
virtual ~MuonSpShowerContainer_p1()
Destructor.
Definition:
MuonSpShowerContainer_p1.cxx:29
Generated on Thu Nov 7 2024 21:22:24 for ATLAS Offline Software by
1.8.18