From: masera Date: Fri, 2 Jun 2006 15:13:28 +0000 (+0000) Subject: warning added if the method GetITSgeom has to fetch the AliITSgeom pointer from file X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=13033bec779e3c7449f3b07baa200b933a9b463e warning added if the method GetITSgeom has to fetch the AliITSgeom pointer from file --- diff --git a/ITS/AliITSLoader.cxx b/ITS/AliITSLoader.cxx index 9be5bf547c4..51f88f2248c 100644 --- a/ITS/AliITSLoader.cxx +++ b/ITS/AliITSLoader.cxx @@ -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; }