]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSSavePIDV2.C
Checking in the seeds of new cluster fitting code.
[u/mrichter/AliRoot.git] / ITS / AliITSSavePIDV2.C
index 4e6d85182f5158bb3ca6a4a0cf78736d1cdfe13e..16c09d09243d6468d8c11f0e688848ee47f1df6c 100644 (file)
@@ -1,5 +1,6 @@
 ////////////////////////////////////////////////////////////
 // Test macro for AliITSPid class and tracking version V2 // 
+// Rev. 25 July 2002 v3-08-03 + Root 3.02/07 + RedHat 6.2 //
 ////////////////////////////////////////////////////////////
 void
 AliITSSavePIDV2(Int_t evNumber1=0,Int_t evNumber2=0) {
@@ -63,7 +64,6 @@ TFile *fpid = new TFile("AliITStracksV2Pid.root","recreate");
    }// End for i (tracks)
  fpid->Write();
  }// End for nev (events)
- fpid->Close();
  file->Close();                 
  cout<<"File AliITStracksV2Pid.root written"<<endl;
  return;