X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=PWG0%2FeventStats%2FAliEventStatsTask.cxx;h=d624126be36f898fb3b86ce79266f0e23bc42855;hp=6f9996ed965a5640bf308a924088f6d3f68bc162;hb=f4ca8f203e3babbb2a7996df38befaf5d32a80ad;hpb=b43e01ed140c6325946afdb09fa470448dca0a34 diff --git a/PWG0/eventStats/AliEventStatsTask.cxx b/PWG0/eventStats/AliEventStatsTask.cxx index 6f9996ed965..d624126be36 100644 --- a/PWG0/eventStats/AliEventStatsTask.cxx +++ b/PWG0/eventStats/AliEventStatsTask.cxx @@ -56,13 +56,7 @@ void AliEventStatsTask::UserCreateOutputObjects() fOutput->SetOwner(); if (!fPhysicsSelection) - { fPhysicsSelection = new AliPhysicsSelection; - //AliBackgroundSelection* background = new AliBackgroundSelection("AliBackgroundSelection", "AliBackgroundSelection"); - //background->Init(); - //fPhysicsSelection->AddBackgroundIdentification(background); - //AliLog::SetClassDebugLevel("AliPhysicsSelection", AliLog::kDebug); - } fOutput->Add(fPhysicsSelection); }