From: gconesab Date: Fri, 13 Jan 2012 09:41:56 +0000 (+0000) Subject: modify some comments, remove prints X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=76f522963b6cb20e858f3d6684c554e87820fb80;p=u%2Fmrichter%2FAliRoot.git modify some comments, remove prints --- diff --git a/EMCAL/AliEMCAL.cxx b/EMCAL/AliEMCAL.cxx index 12484cbef62..290b60035d5 100644 --- a/EMCAL/AliEMCAL.cxx +++ b/EMCAL/AliEMCAL.cxx @@ -474,13 +474,12 @@ AliEMCALGeometry* AliEMCAL::GetGeometry() const { AliDebug(1,"Initialized geometry with name <>"); } - printf("Initialized geometry with name <>\n"); return AliEMCALGeometry::GetInstance("EMCAL_FIRSTYEARV1","EMCAL",mcname,mctitle) ;// Set geometry with the name used in the configuration file } else if(runNumber >= 140000 && runNumber <= 170593) - {//Default geometry - //Complete EMCAL geometry, 10 SM. + { + //Almost complete EMCAL geometry, 10 SM. Year 2011 configuration if(!geoName.Contains("COMPLETEV1")) { @@ -491,12 +490,12 @@ AliEMCALGeometry* AliEMCAL::GetGeometry() const { AliDebug(1,"Initialized geometry with name <>"); } - printf("Initialized geometry with name <>\n"); - + return AliEMCALGeometry::GetInstance("EMCAL_COMPLETEV1","EMCAL",mcname,mctitle) ;// Set geometry with the name used in the configuration file } - else{ //Default geometry - //Complete EMCAL geometry, 10 SM. + else{ + //Default geometry + //Complete EMCAL geometry, 12 SM. Year 2012 and on if(!geoName.Contains("COMPLETE12SMV1")) { @@ -507,9 +506,7 @@ AliEMCALGeometry* AliEMCAL::GetGeometry() const { AliDebug(1,"Initialized geometry with name <>"); } - - printf("Initialized geometry with name <>\n"); - + return AliEMCALGeometry::GetInstance("EMCAL_COMPLETE12SMV1","EMCAL",mcname,mctitle) ;// Set geometry with the name used in the configuration file } }