34 CCalSDList::CCalSDList(){}
35 CCalSDList::~CCalSDList(){
delete theList;}
46 theList->caloSD.push_back(name);
51 theList->trackerSD.push_back(name);
57 G4cout <<
"CCalSDList invalid calo SD no: " << i <<
" max is "
61 return theList->caloSD[i];
67 G4cout <<
"CCalSDList invalid tracker SD no: " << i <<
" max is "
72 return theList->trackerSD[i];
78 return theList->caloSD.size();
83 return theList->trackerSD.size();
nameType getTrackerSDName(int i)
static CCalSDList * getInstance()
void addTracker(nameType name)
G4GLOB_DLL std::ostream G4cout
void addCalo(nameType name)
nameType getCaloSDName(int i)
int getNumberOfTrackerSD()