From 754e381fabef5b5e5633918177485b74d7335fc9 Mon Sep 17 00:00:00 2001 From: schutz Date: Mon, 3 Jun 2002 16:35:29 +0000 Subject: [PATCH] Removed the creation of the getter object in ctor --- PHOS/AliPHOSv0.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PHOS/AliPHOSv0.cxx b/PHOS/AliPHOSv0.cxx index 4e5ddfa1859..3b864a26ffc 100644 --- a/PHOS/AliPHOSv0.cxx +++ b/PHOS/AliPHOSv0.cxx @@ -58,8 +58,8 @@ AliPHOSv0::AliPHOSv0(const char *name, const char *title): { // ctor : title is used to identify the layout - // create the getter - AliPHOSGetter::GetInstance(gDirectory->GetName(), 0); + // create the getter not needed + //AliPHOSGetter::GetInstance(gDirectory->GetName(), 0); } -- 2.31.1