]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
changing the cut on the track multiplicity for the CPass0 calibration
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Dec 2011 14:07:39 +0000 (14:07 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Dec 2011 14:07:39 +0000 (14:07 +0000)
PWG1/CalibMacros/Pass0/AddTaskTPCCalib.C

index 70cfd4e952422271800e9348e2af42595e38bb81..326f9369ea1476df4f9b71e3eeebd64f998c1db3 100644 (file)
@@ -160,8 +160,8 @@ void AddCalibTime(TObject* task){
   calibTime->SetStreamLevel(0);
   calibTime->SetTriggerMask(-1,-1,kFALSE);        //accept everything 
 
-  // max 200 tracks per event
-  calibTime->SetCutTracks(200);
+  // max 600 tracks per event
+  calibTime->SetCutTracks(600);
 
   myTask->AddJob(calibTime);
 }