Index: trunk/MagicSoft/Mars/manalysis/MGeomApply.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MGeomApply.cc	(revision 2437)
+++ trunk/MagicSoft/Mars/manalysis/MGeomApply.cc	(revision 2438)
@@ -74,14 +74,4 @@
 // --------------------------------------------------------------------------
 //
-//  Give the name of the geometry you want to have, eg. MGeomCamCT1
-//
-MGeomApply::MGeomApply(const TString cam, const char *name, const char *title) : fGeomName(cam)
-{
-    fName  = name  ? name  : "MGeomApply";
-    fTitle = title ? title : "Task to apply geometry settings";
-}
-
-// --------------------------------------------------------------------------
-//
 //  Try to find 'MGeomCam' in the Parameter List. If it is not found,
 //  try to create a fGeomName object.
Index: trunk/MagicSoft/Mars/manalysis/MGeomApply.h
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MGeomApply.h	(revision 2437)
+++ trunk/MagicSoft/Mars/manalysis/MGeomApply.h	(revision 2438)
@@ -20,5 +20,6 @@
 public:
     MGeomApply(const char *name=NULL, const char *title=NULL);
-    MGeomApply(const TString name, const char *name=NULL, const char *title=NULL);
+
+    void SetGeometry(TString geom) { fGeomName = geom; }
 
     ClassDef(MGeomApply, 0) // Task to apply geometry settings
