37 #include "Cintex/Cintex.h"
42 int main(
int argc,
char** argv)
46 gSystem->Load(
"libCintex");
47 gSystem->Load(
"libExP01ClassesDict");
49 ROOT::Cintex::Cintex::Enable();
50 if(argc<2)
G4cout <<
"Missing name of the file to read!" <<
G4endl;
54 std::vector<ExP01TrackerHit*>* hits;
55 fo.GetListOfKeys()->Print();
57 TIter next(fo.GetListOfKeys());
60 while ((key=(TKey*)next()))
62 fo.GetObject(key->GetName(), hits);
67 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.