29#ifndef G4HCofThisEvent_h
30#define G4HCofThisEvent_h 1
54 inline void*
operator new(size_t);
55 inline void operator delete(
void* anHCoTE);
63 std::vector<G4VHitsCollection*>* HC;
75 for(
size_t i = 0; i < HC->size(); i++)
88#if defined G4DIGI_ALLOC_EXPORT
94inline void* G4HCofThisEvent::operator
new(size_t)
103inline void G4HCofThisEvent::operator
delete(
void* anHCoTH)
G4DLLIMPORT G4Allocator< G4HCofThisEvent > *& anHCoTHAllocator_G4MT_TLS_()
G4int GetNumberOfCollections()
G4HCofThisEvent & operator=(const G4HCofThisEvent &)
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
G4VHitsCollection * GetHC(G4int i)