41 HC =
new std::vector<G4VHitsCollection*>;
48 HC =
new std::vector<G4VHitsCollection*>;
49 for(
G4int i = 0; i < cap; i++)
60 for(
size_t i = 0; i <
HC->size(); i++)
72 if(HCID >= 0 && HCID <
G4int(
HC->size()))
83 HC =
new std::vector<G4VHitsCollection*>(rhs.
HC->size());
84 for(
unsigned int i = 0; i < rhs.
HC->size(); ++i)
85 *(
HC->at(i)) = *(rhs.
HC->at(i));
94 for(std::vector<G4VHitsCollection*>::const_iterator it =
HC->begin();
95 it !=
HC->end(); ++it)
99 HC->resize(rhs.
HC->size());
100 for(
unsigned int i = 0; i < rhs.
HC->size(); ++i)
101 *(
HC->at(i)) = *(rhs.
HC->at(i));
G4Allocator< G4HCofThisEvent > *& anHCoTHAllocator_G4MT_TLS_()
std::vector< G4VHitsCollection * > * HC
G4HCofThisEvent & operator=(const G4HCofThisEvent &)
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
#define G4ThreadLocalStatic