41#ifndef G4DCofThisEvent_h
42#define G4DCofThisEvent_h 1
60 inline void*
operator new(std::size_t);
61 inline void operator delete(
void* anDCoTE);
77 if (dc !=
nullptr) ++n;
86 std::vector<G4VDigiCollection*>* DC;
89#if defined G4DIGI_ALLOC_EXPORT
95inline void* G4DCofThisEvent::operator
new(std::size_t)
103inline void G4DCofThisEvent::operator
delete(
void* anDCoTH)
G4DLLIMPORT G4Allocator< G4DCofThisEvent > *& anDCoTHAllocator_G4MT_TLS_()
G4VDigiCollection * GetDC(G4int i) const
G4int GetNumberOfCollections() const
std::size_t GetCapacity() const
G4DCofThisEvent & operator=(const G4DCofThisEvent &)
void AddDigiCollection(G4int DCID, G4VDigiCollection *aDC)