From: jgrosseo Date: Thu, 8 Dec 2011 11:40:54 +0000 (+0000) Subject: Adding AliInfo informing about file change X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=1c44636044642d7ef4e9deec9a21893ae67e5432;p=u%2Fmrichter%2FAliRoot.git Adding AliInfo informing about file change --- diff --git a/STEER/AOD/AliAODInputHandler.cxx b/STEER/AOD/AliAODInputHandler.cxx index 4416bab2b7c..1526be39c85 100644 --- a/STEER/AOD/AliAODInputHandler.cxx +++ b/STEER/AOD/AliAODInputHandler.cxx @@ -153,6 +153,7 @@ Bool_t AliAODInputHandler::Notify(const char* path) TTree *ttree = fTree->GetTree(); if (!ttree) ttree = fTree; TString statFname(ttree->GetCurrentFile()->GetName()); + AliInfo(Form("Moving to file %s", statFname.Data())); Int_t indarchive = statFname.Index("#"); if (indarchive<0) { statFname = gSystem->DirName(statFname);