warning added if the method GetITSgeom has to fetch the AliITSgeom pointer from file
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Jun 2006 15:13:28 +0000 (15:13 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Jun 2006 15:13:28 +0000 (15:13 +0000)
ITS/AliITSLoader.cxx

index 9be5bf547c44290ff6747e816d68a337de27b348..51f88f2248c00c93c75a8648e7f1ffb911b06612 100644 (file)
@@ -1,6 +1,7 @@
 #include "AliITSdigit.h"
 #include "AliITSLoader.h"
 #include "AliRunLoader.h"
+#include "AliLog.h"
 
 ///////////////////////////////////////////////////////////////////////////
 // Loader for ITS
@@ -335,7 +336,7 @@ AliITSgeom* AliITSLoader::GetITSgeom(Bool_t force) {
     Error("GetITSgeom","no ITS geometry available");
     return NULL;
   }
-  
+  AliWarning("AliITSgeom object has been fetched from galice.root file");
   return fGeom;
 }