]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/TestTPCTrackHits.cxx
During simulation: fill STU region w/ non null time sums
[u/mrichter/AliRoot.git] / TPC / TestTPCTrackHits.cxx
index ea1eaed29b756f21247be821a558eaeed1271a2b..58184a46d3799084872f09b02c47e9d443956d69 100644 (file)
@@ -13,9 +13,7 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log
-*/
+/* $Id$ */
 
 /*
   Author : MI
@@ -64,7 +62,7 @@ void ConvertHits(const char * benchmark, Bool_t debug)
   TFile f3("treehcl.root","recreate");
   f3.SetCompressionLevel(2);
   TTree * treeh3 = new TTree("TreeTPCH","TreeTPCH");
-  treeh3->Branch("TPC", &arr,64000,2);
+  treeh3->Branch("TPC", &arr,64000,100);
 
   gBenchmark->Start(benchmark); 
   Int_t trsize = (Int_t)treeCl->GetEntries();
@@ -150,7 +148,7 @@ void CompareHitsG(const char * benchmark, Bool_t debug)
   f3.SetCompressionLevel(2);
   TTree * treeh3 = new TTree("DelataH","DeltaH");
   TClonesArray *arrd = new TClonesArray("AliTPChitD",100);
-  treeh3->Branch("TPC", &arrd,64000,2);
+  treeh3->Branch("TPC", &arrd,64000,100);
    
   cout<<"Lets go!\n"; 
   gBenchmark->Start(benchmark);