42 DC =
new std::vector<G4VDigiCollection*>;
49 DC =
new std::vector<G4VDigiCollection*>;
50 for(
G4int i = 0; i < cap; i++)
61 for(
size_t i = 0; i <
DC->size(); i++)
73 if(DCID >= 0 && DCID <
G4int(
DC->size()))
83 DC =
new std::vector<G4VDigiCollection*>(rhs.
DC->size());
84 for(
unsigned int i = 0; i < rhs.
DC->size(); ++i)
85 *(
DC->at(i)) = *(rhs.
DC->at(i));
94 for(std::vector<G4VDigiCollection*>::const_iterator it =
DC->begin();
95 it !=
DC->end(); ++it)
99 DC->resize(rhs.
DC->size());
100 for(
unsigned int i = 0; i < rhs.
DC->size(); ++i)
101 *(
DC->at(i)) = *(rhs.
DC->at(i));
G4Allocator< G4DCofThisEvent > *& anDCoTHAllocator_G4MT_TLS_()
std::vector< G4VDigiCollection * > * DC
G4DCofThisEvent & operator=(const G4DCofThisEvent &)
void AddDigiCollection(G4int DCID, G4VDigiCollection *aDC)
#define G4ThreadLocalStatic