]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliAnalysisTaskAddObject.cxx
bugfix: the AliHLTOUTTask supposed to receive the output of an HLT reconstruction...
[u/mrichter/AliRoot.git] / ANALYSIS / AliAnalysisTaskAddObject.cxx
index 6190d18d142213ce488e0fa8be106aa5d504eda7..6b65574d2887dd85f49255965bfcb7655bb90035 100644 (file)
@@ -115,9 +115,9 @@ void AliAnalysisTaskAddObject::Exec(Option_t */*option*/)
 {
 
        //      if (fDebug > 1) {
-               Long_t entry = fESDhandler->GetReadEntry();
-               Printf("AliAnalysisTaskAddObject::Exec() %s ==> processing event %lld\n", fESDhandler->GetTree()->GetCurrentFile()->GetName(),entry);
-               //}  
+       Long64_t entry = fESDhandler->GetReadEntry();
+       AliDebug(2,Form("AliAnalysisTaskAddObject::Exec() %s ==> processing event %lld", fESDhandler->GetTree()->GetCurrentFile()->GetName(),entry));
+       //}  
        fESDInput = fESDhandler->GetEvent();
        if(!fESDInput) {
                printf("AliAnalysisTaskAddObject::Exec(): no ESD \n");