40 int main(
int argc,
char** argv)
44 gSystem->Load(
"libExP01ClassesDict");
45 if(argc<2)
G4cout <<
"Missing name of the file to read!" <<
G4endl;
49 std::vector<ExP01TrackerHit*>* hits;
50 fo.GetListOfKeys()->Print();
52 TIter next(fo.GetListOfKeys());
55 while ((key=(TKey*)next()))
57 fo.GetObject(key->GetName(), hits);
62 for (
size_t i=0;i!=hits->size();i++)
G4GLOB_DLL std::ostream G4cout
int main(int argc, char **argv)
Definition of the ExP01TrackerHit class.