- Timestamp:
- 05/09/03 10:47:25 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2102 r2103 26 26 * mhist/MHMatrix.cc: 27 27 - compressed some debug outputs 28 29 * manalysis/MSigmabar.[h,cc]: 30 - deleted the fCalcPixNum variable (not used). 28 31 29 32 -
trunk/MagicSoft/Mars/manalysis/MSigmabar.cc
r2052 r2103 57 57 // -------------------------------------------------------------------------- 58 58 // 59 MSigmabar::MSigmabar(const char *name, const char *title) : fCalcPixNum(kTRUE)59 MSigmabar::MSigmabar(const char *name, const char *title) 60 60 { 61 61 fName = name ? name : "MSigmabar"; -
trunk/MagicSoft/Mars/manalysis/MSigmabar.h
r1951 r2103 25 25 Int_t fOuterPixels; // Overall number of outer pixels 26 26 27 Bool_t fCalcPixNum;28 29 27 public: 30 31 28 MSigmabar(const char *name=NULL, const char *title=NULL); 32 29 ~MSigmabar();
Note:
See TracChangeset
for help on using the changeset viewer.