39 HC =
new std::vector<G4VHitsCollection*>;
44 HC =
new std::vector<G4VHitsCollection*>;
45 for(
G4int i = 0; i < cap; i++)
53 for(
size_t i = 0; i < HC->size(); i++)
63 if(HCID >= 0 && HCID <
G4int(HC->size()))
72 HC =
new std::vector<G4VHitsCollection*>(rhs.HC->size());
73 for(
unsigned int i = 0; i < rhs.HC->size(); ++i)
74 *(HC->at(i)) = *(rhs.HC->at(i));
82 for(std::vector<G4VHitsCollection*>::const_iterator it = HC->begin();
83 it != HC->end(); ++it)
87 HC->resize(rhs.HC->size());
88 for(
unsigned int i = 0; i < rhs.HC->size(); ++i)
89 *(HC->at(i)) = *(rhs.HC->at(i));
G4Allocator< G4HCofThisEvent > *& anHCoTHAllocator_G4MT_TLS_()
G4HCofThisEvent & operator=(const G4HCofThisEvent &)
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
#define G4ThreadLocalStatic