40 DC =
new std::vector<G4VDigiCollection*>;
45 DC =
new std::vector<G4VDigiCollection*>;
46 for(
G4int i = 0; i < cap; i++)
54 for(
size_t i = 0; i < DC->size(); i++)
64 if(DCID >= 0 && DCID <
G4int(DC->size()))
72 DC =
new std::vector<G4VDigiCollection*>(rhs.DC->size());
73 for(
unsigned int i = 0; i < rhs.DC->size(); ++i)
74 *(DC->at(i)) = *(rhs.DC->at(i));
82 for(std::vector<G4VDigiCollection*>::const_iterator it = DC->begin();
83 it != DC->end(); ++it)
87 DC->resize(rhs.DC->size());
88 for(
unsigned int i = 0; i < rhs.DC->size(); ++i)
89 *(DC->at(i)) = *(rhs.DC->at(i));
G4Allocator< G4DCofThisEvent > *& anDCoTHAllocator_G4MT_TLS_()
G4DCofThisEvent & operator=(const G4DCofThisEvent &)
void AddDigiCollection(G4int DCID, G4VDigiCollection *aDC)
#define G4ThreadLocalStatic