- Timestamp:
- 03/02/06 13:39:54 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7560 r7561 37 37 - added 38 38 39 * mpointing/MHSrcPosCam.h: 40 - addedn non const getter for fHist 41 39 42 40 43 -
trunk/MagicSoft/Mars/mjobs/MJPedestal.h
r7560 r7561 83 83 void DisplayOutliers(TH1D *hist) const; 84 84 void FixDataCheckHist(TH1D *hist) const; 85 Bool_tPulsePosCheck(const MParList &plist) const;85 Int_t PulsePosCheck(const MParList &plist) const; 86 86 87 87 Bool_t CheckEnvLocal(); -
trunk/MagicSoft/Mars/mpointing/MHSrcPosCam.h
r7558 r7561 46 46 // MHSrcPosCam 47 47 const TH2D &GetHist() const { return fHist; } 48 TH2D &GetHist() { return fHist; } 48 49 49 50 // TObject
Note:
See TracChangeset
for help on using the changeset viewer.