]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding AliInfo informing about file change
authorjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 8 Dec 2011 11:40:54 +0000 (11:40 +0000)
committerjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 8 Dec 2011 11:40:54 +0000 (11:40 +0000)
STEER/AOD/AliAODInputHandler.cxx

index 4416bab2b7c2be8464bc4438175cea57aa07e00d..1526be39c8500d3988813a0d9e7ebe8be89df2fb 100644 (file)
@@ -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);