Ignore:
Timestamp:
10/28/03 14:54:20 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/manalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MGeomApply.cc

    r2380 r2438  
    7474// --------------------------------------------------------------------------
    7575//
    76 //  Give the name of the geometry you want to have, eg. MGeomCamCT1
    77 //
    78 MGeomApply::MGeomApply(const TString cam, const char *name, const char *title) : fGeomName(cam)
    79 {
    80     fName  = name  ? name  : "MGeomApply";
    81     fTitle = title ? title : "Task to apply geometry settings";
    82 }
    83 
    84 // --------------------------------------------------------------------------
    85 //
    8676//  Try to find 'MGeomCam' in the Parameter List. If it is not found,
    8777//  try to create a fGeomName object.
  • trunk/MagicSoft/Mars/manalysis/MGeomApply.h

    r2380 r2438  
    2020public:
    2121    MGeomApply(const char *name=NULL, const char *title=NULL);
    22     MGeomApply(const TString name, const char *name=NULL, const char *title=NULL);
     22
     23    void SetGeometry(TString geom) { fGeomName = geom; }
    2324
    2425    ClassDef(MGeomApply, 0) // Task to apply geometry settings
Note: See TracChangeset for help on using the changeset viewer.