]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG0/eventStats/run.C
added separate histogram entry for V0A and C BG flag
[u/mrichter/AliRoot.git] / PWG0 / eventStats / run.C
index 1e7b7265ab7e8f9dc0bfc7be818f42f87ef9d1f1..d2ab2406a52d9fc004b98eac115b47f8ee726914 100644 (file)
@@ -96,7 +96,11 @@ void run(const Char_t* data, Int_t nRuns=20, Int_t offset=0, Bool_t aDebug = kFA
   
   task = new AliEventStatsTask(optStr);
   physicsSelection = new AliPhysicsSelection;
+  if (aDebug)
+    AliLog::SetClassDebugLevel("AliPhysicsSelection", AliLog::kDebug);
   task->SetPhysicsSelection(physicsSelection);
+  //AliBackgroundSelection* background = new AliBackgroundSelection("AliBackgroundSelection", "AliBackgroundSelection");
+  //physicsSelection->AddBackgroundIdentification(background);
   
   mgr->AddTask(task);