]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Updated histogram processing
authorslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Nov 2010 18:26:00 +0000 (18:26 +0000)
committerslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Nov 2010 18:26:00 +0000 (18:26 +0000)
HLT/EVE/AliHLTEveCalo.cxx

index 8335cdd82b47d4f0ad5c70ba5eeb533e8d35bb58..7d4a4ac7b41eef5165fc2960c9f8a352bfb28b64 100644 (file)
@@ -248,6 +248,7 @@ Int_t AliHLTEveCalo::GetPadNumber(TString name) {
   if(fPadTitles[GetMaxHistograms()].CompareTo("")) {
     cout << "AliHLTEveCalo::GetPadNumber:  We have more histograms than we have room for"<< endl;
   }
+  cout << "returning one"<<endl;
   return 1;
 
 }