From 13033bec779e3c7449f3b07baa200b933a9b463e Mon Sep 17 00:00:00 2001 From: masera Date: Fri, 2 Jun 2006 15:13:28 +0000 Subject: [PATCH] warning added if the method GetITSgeom has to fetch the AliITSgeom pointer from file --- ITS/AliITSLoader.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.31.1