Changeset 2100 for trunk/MagicSoft/Mars/mimage
- Timestamp:
- 05/09/03 10:19:36 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mimage
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHHillasSrc.h
r2043 r2100 36 36 37 37 void Draw(Option_t *opt=NULL); 38 void Paint(Option_t *opt); 39 38 40 39 41 ClassDef(MHHillasSrc, 1) // Container which holds histograms for the source dependant parameters -
trunk/MagicSoft/Mars/mimage/MHillasCalc.cc
r2029 r2100 78 78 { 79 79 fName = name ? name : "MHillasCalc"; 80 fTitle = title ? title : "Calculate Hillas parameters";80 fTitle = title ? title : "Calculate Hillas and other image parameters"; 81 81 } 82 82 -
trunk/MagicSoft/Mars/mimage/MHillasCalc.h
r2027 r2100 60 60 Bool_t TestFlag(CalcCont_t i) const { return fFlags&i; } 61 61 62 ClassDef(MHillasCalc, 0) // Task to calculate Hillasparameters62 ClassDef(MHillasCalc, 0) // Task to calculate Hillas and other image parameters 63 63 }; 64 64
Note:
See TracChangeset
for help on using the changeset viewer.