void AliITSDumpVertices(Int_t firstEv=0, Int_t noev=1, TString fileimp="AliITSVertices.root", TString objbasename="Vertex_"){ // This is a simple example on how to access the vertex objects Int_t evmax = firstEv+noev; TFile *file = new TFile(fileimp); for(Int_t i=firstEv; iGet(name.Data()); if(vert){ cout <<"===============================================\n"; cout <<" Event n. "<PrintStatus(); } } }