X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EMCAL%2FAliEMCALHistoUtilities.cxx;h=37c30794c8333233f491f8779d6e69c906ea63bf;hb=4930f9f30e316e9f1ec5b8bb96e15b50f35a0588;hp=176b9bf342f29b9be7d4a72e4498a8e2113a9e2b;hpb=f544eec524399ae8176b762b510204d46ad8def9;p=u%2Fmrichter%2FAliRoot.git diff --git a/EMCAL/AliEMCALHistoUtilities.cxx b/EMCAL/AliEMCALHistoUtilities.cxx index 176b9bf342f..37c30794c83 100644 --- a/EMCAL/AliEMCALHistoUtilities.cxx +++ b/EMCAL/AliEMCALHistoUtilities.cxx @@ -263,7 +263,7 @@ const char *optFit, const char *fun) TGraphErrors *AliEMCALHistoUtilities::DrawGraphErrors(const Int_t n,Double_t *x,Double_t *y,Double_t *ex, Double_t *ey, Int_t markerColor, Int_t markerStyle, const char* opt, const char* tit, -const char* xTit,char* yTit, Int_t ifun, const char *optFit, const char *fun) +const char* xTit,const char* yTit, Int_t ifun, const char *optFit, const char *fun) { // Oct 15, 2007 printf("AliEMCALHistoUtilities::drawGraphErrors started \n"); @@ -362,16 +362,16 @@ AliRunLoader* AliEMCALHistoUtilities::InitKinematics(const Int_t nev, const char static AliRunLoader *rl = 0; if((rl == 0 || nev==0) && galiceName) { - printf(" AliEMCALHistoUtilities::InitKinematics() : nev %i : rl %p : %s (IN)\n", - nev, rl, galiceName); + //printf(" AliEMCALHistoUtilities::InitKinematics() : nev %i : rl %p : %s (IN)\n", + // nev, rl, galiceName); if(rl) { rl->UnloadgAlice(); delete rl; } rl = AliRunLoader::Open(galiceName,AliConfig::GetDefaultEventFolderName(),"read"); rl->LoadgAlice(); // obligatory - printf(" AliEMCALHistoUtilities::InitKinematics() : nev %i : rl %p : %s (OUT)\n", - nev, rl, galiceName); + //printf(" AliEMCALHistoUtilities::InitKinematics() : nev %i : rl %p : %s (OUT)\n", + //nev, rl, galiceName); } if(rl) { rl->GetEvent(nev);