30 #ifndef G4DCofThisEvent_h
31 #define G4DCofThisEvent_h 1
56 inline void *
operator new(size_t);
57 inline void operator delete(
void* anDCoTE);
64 std::vector<G4VDigiCollection*> *
DC;
77 for(
size_t i=0;i<DC->size();i++)
92 #if defined G4DIGI_ALLOC_EXPORT
98 inline void* G4DCofThisEvent::operator
new(size_t)
105 inline void G4DCofThisEvent::operator
delete(
void* anDCoTH)
G4int GetNumberOfCollections() const
G4DCofThisEvent & operator=(const G4DCofThisEvent &)
void FreeSingle(Type *anElement)
G4VDigiCollection * GetDC(G4int i) const
void AddDigiCollection(G4int DCID, G4VDigiCollection *aDC)
G4int GetCapacity() const
G4DLLIMPORT G4ThreadLocal G4Allocator< G4DCofThisEvent > * anDCoTHAllocator_G4MT_TLS_
std::vector< G4VDigiCollection * > * DC