]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnReaderTask.cxx
Moved PID object into the AliRsnReader from AliRsnAnalysisTaskSEBase
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnReaderTask.cxx
index eba1c7736ee98c440715c15fb5832b1060c1ef3c..893b8fe73577e95de985ed6982cece90863fd6e9 100644 (file)
@@ -123,7 +123,8 @@ void AliRsnReaderTask::Exec(Option_t */*option*/)
 
   fRSN[0] = GetRsnEventFromInputType(0);
   if (!fRSN[0]) return;
-  AliInfo(Form("Collected %d tracks", fRSN[0]->GetMultiplicity()));
+
+  AliDebug(1, Form("Collected %d tracks", fRSN[0]->GetMultiplicity()));
 
   fRsnTree->Fill();
   PostData(0, fRsnTree);