Changeset 2438 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 10/28/03 14:54:20 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MGeomApply.cc
r2380 r2438 74 74 // -------------------------------------------------------------------------- 75 75 // 76 // Give the name of the geometry you want to have, eg. MGeomCamCT177 //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 //86 76 // Try to find 'MGeomCam' in the Parameter List. If it is not found, 87 77 // try to create a fGeomName object. -
trunk/MagicSoft/Mars/manalysis/MGeomApply.h
r2380 r2438 20 20 public: 21 21 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; } 23 24 24 25 ClassDef(MGeomApply, 0) // Task to apply geometry settings
Note:
See TracChangeset
for help on using the changeset viewer.