]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
modify some comments, remove prints
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 13 Jan 2012 09:41:56 +0000 (09:41 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 13 Jan 2012 09:41:56 +0000 (09:41 +0000)
EMCAL/AliEMCAL.cxx

index 12484cbef6240481e72364ca1f59a14abf9a374c..290b60035d585c326559ee767ff0b5f7e4035574 100644 (file)
@@ -474,13 +474,12 @@ AliEMCALGeometry* AliEMCAL::GetGeometry() const
         {
           AliDebug(1,"Initialized geometry with name <<EMCAL_FIRSTYEARV1>>");
         }
-        printf("Initialized geometry with name <<EMCAL_FIRSTYEARV1>>\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 <<EMCAL_COMPLETEV1>>");
         }
-        printf("Initialized geometry with name <<EMCAL_COMPLETEV1>>\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 <<EMCAL_COMPLETE12SMV1>>");
         }
-        
-        printf("Initialized geometry with name <<EMCAL_COMPLETE12SMV1>>\n");
-        
+                
         return AliEMCALGeometry::GetInstance("EMCAL_COMPLETE12SMV1","EMCAL",mcname,mctitle) ;// Set geometry with the name used in the configuration file
       }
     }