]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSLoader.cxx
Updating the RecPoints QA to detect more easily illegitimate mono-cathode clusters
[u/mrichter/AliRoot.git] / ITS / AliITSLoader.cxx
index c1ed5709c44c31a9229f5018c01152fbf31a4817..2a93c7efd6cd29c2afc4224aaa0af99613f22625 100644 (file)
@@ -22,6 +22,7 @@
 #include "AliITSdigit.h"
 #include "AliITSLoader.h"
 #include "AliRunLoader.h"
+#include "AliObjectLoader.h"
 #include "AliITSInitGeometry.h"
 #include "AliLog.h"
 
@@ -337,7 +338,7 @@ AliITSgeom* AliITSLoader::GetITSgeom(Bool_t force) {
   AliITSInitGeometry initgeom;
   fGeom = initgeom.CreateAliITSgeom();
   AliDebug(1,"AliITSgeom object has been initialized from TGeo\n");
-  AliInfo(Form("Geometry name: %s",(initgeom.GetGeometryName()).Data()));
+  AliDebug(1,Form("Geometry name: %s",(initgeom.GetGeometryName()).Data()));
   return fGeom;
 }
 //______________________________________________________________________
@@ -359,4 +360,3 @@ void AliITSLoader::SetITSgeom(AliITSgeom *geom){
     }// end if
     fGeom=geom;
 }
-