|
Geant4-11
|
#include <G4DCofThisEvent.hh>
Public Member Functions | |
| void | AddDigiCollection (G4int DCID, G4VDigiCollection *aDC) |
| G4DCofThisEvent () | |
| G4DCofThisEvent (const G4DCofThisEvent &) | |
| G4DCofThisEvent (G4int cap) | |
| size_t | GetCapacity () const |
| G4VDigiCollection * | GetDC (G4int i) const |
| G4int | GetNumberOfCollections () const |
| void | operator delete (void *anDCoTE) |
| void * | operator new (size_t) |
| G4DCofThisEvent & | operator= (const G4DCofThisEvent &) |
| ~G4DCofThisEvent () | |
Private Attributes | |
| std::vector< G4VDigiCollection * > * | DC |
Definition at line 49 of file G4DCofThisEvent.hh.
| G4DCofThisEvent::G4DCofThisEvent | ( | ) |
Definition at line 38 of file G4DCofThisEvent.cc.
References anDCoTHAllocator_G4MT_TLS_(), and DC.
| G4DCofThisEvent::G4DCofThisEvent | ( | G4int | cap | ) |
Definition at line 45 of file G4DCofThisEvent.cc.
References anDCoTHAllocator_G4MT_TLS_(), and DC.
| G4DCofThisEvent::~G4DCofThisEvent | ( | ) |
Definition at line 56 of file G4DCofThisEvent.cc.
References anDCoTHAllocator_G4MT_TLS_(), and DC.
| G4DCofThisEvent::G4DCofThisEvent | ( | const G4DCofThisEvent & | rhs | ) |
Definition at line 79 of file G4DCofThisEvent.cc.
References anDCoTHAllocator_G4MT_TLS_(), and DC.
| void G4DCofThisEvent::AddDigiCollection | ( | G4int | DCID, |
| G4VDigiCollection * | aDC | ||
| ) |
Definition at line 69 of file G4DCofThisEvent.cc.
References anDCoTHAllocator_G4MT_TLS_(), and DC.
Referenced by G4DigiManager::SetDigiCollection().
|
inline |
|
inline |
Definition at line 67 of file G4DCofThisEvent.hh.
References DC.
Referenced by G4Event::Draw(), and G4DigiManager::GetDigiCollection().
|
inline |
Definition at line 73 of file G4DCofThisEvent.hh.
References DC, and CLHEP::detail::n.
|
inline |
Definition at line 104 of file G4DCofThisEvent.hh.
References anDCoTHAllocator_G4MT_TLS_(), and G4Allocator< Type >::FreeSingle().
|
inline |
Definition at line 93 of file G4DCofThisEvent.hh.
References anDCoTHAllocator_G4MT_TLS_(), and G4Allocator< Type >::MallocSingle().
| G4DCofThisEvent & G4DCofThisEvent::operator= | ( | const G4DCofThisEvent & | rhs | ) |
Definition at line 88 of file G4DCofThisEvent.cc.
References anDCoTHAllocator_G4MT_TLS_(), and DC.
|
private |
Definition at line 64 of file G4DCofThisEvent.hh.
Referenced by AddDigiCollection(), G4DCofThisEvent(), GetCapacity(), GetDC(), GetNumberOfCollections(), operator=(), and ~G4DCofThisEvent().