]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
removal of a few debug lines
authorjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Nov 2007 13:51:06 +0000 (13:51 +0000)
committerjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Nov 2007 13:51:06 +0000 (13:51 +0000)
PWG0/multiplicity/AliMultiplicityTask.cxx
PWG0/multiplicity/run.C

index 0fcc0b0f6146268235bc5ebb787f52e756aca9d9..ef7e339b6ddb82a91189573dcad7512580b81b17 100644 (file)
@@ -403,9 +403,6 @@ void AliMultiplicityTask::Exec(Option_t*)
     }
   }// end of mc particle
 
-  // FAKE
-  return;
-
   fMultiplicity->FillGenerated(vtxMC[2], eventTriggered, eventVertex, (Int_t) nMCTracks05, (Int_t) nMCTracks09, (Int_t) nMCTracks15, (Int_t) nMCTracks20, (Int_t) nMCTracksAll);
 
   if (!eventTriggered || !eventVertex)
index 1e3305d581b6b1d77f0d1f3b4f73eb116bea9d06..4fd3471ec7cefe46bba3aaa6ee685269ed5eed46 100644 (file)
@@ -62,7 +62,7 @@ void run(Char_t* data, Int_t nRuns=20, Int_t offset=0, Bool_t aDebug = kFALSE, B
   // Enable MC event handler
   AliMCEventHandler* handler = new AliMCEventHandler;
   handler->SetReadTR(kFALSE);
-  //mgr->SetMCtruthEventHandler(handler);
+  mgr->SetMCtruthEventHandler(handler);
 
   // Add ESD handler
   AliESDInputHandler* esdH = new AliESDInputHandler;
@@ -86,11 +86,3 @@ void run(Char_t* data, Int_t nRuns=20, Int_t offset=0, Bool_t aDebug = kFALSE, B
   mgr->PrintStatus();
   mgr->StartAnalysis((aProof) ? "proof" : "local", chain);
 }
-
-void runAll()
-{
-  run("part1.txt", 1000000, 0, kFALSE, kTRUE);
-  gSystem->Exec("mv multiplicityMC.root multiplicityMC_1.root");
-  run("part2.txt", 1000000, 0, kFALSE, kTRUE);
-  gSystem->Exec("mv multiplicityMC.root multiplicityMC_2.root");
-}