29#ifndef G4DCofThisEvent_h
30#define G4DCofThisEvent_h 1
55 inline void *
operator new(size_t);
56 inline void operator delete(
void* anDCoTE);
63 std::vector<G4VDigiCollection*> * DC;
76 for(
auto dc : *DC)
if(dc) n++;
88#if defined G4DIGI_ALLOC_EXPORT
94inline void* G4DCofThisEvent::operator
new(size_t)
105inline void G4DCofThisEvent::operator
delete(
void* anDCoTH)
G4DLLIMPORT G4Allocator< G4DCofThisEvent > *& anDCoTHAllocator_G4MT_TLS_()
void FreeSingle(Type *anElement)
G4VDigiCollection * GetDC(G4int i) const
size_t GetCapacity() const
G4int GetNumberOfCollections() const
G4DCofThisEvent & operator=(const G4DCofThisEvent &)
void AddDigiCollection(G4int DCID, G4VDigiCollection *aDC)