30 #ifndef G4DCofThisEvent_h 
   31 #define G4DCofThisEvent_h 1 
   56       inline void *
operator new(size_t);
 
   57       inline void operator delete(
void* anDCoTE);
 
   62       std::vector<G4VDigiCollection*> * 
DC;
 
   75         for(
size_t i=0;i<DC->size();i++)
 
   90 #if defined G4DIGI_ALLOC_EXPORT 
   96 inline void* G4DCofThisEvent::operator 
new(size_t)
 
  103 inline void G4DCofThisEvent::operator 
delete(
void* anDCoTH)
 
G4int GetNumberOfCollections() const 
 
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