- Timestamp:
- 02/15/04 17:56:49 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3158 r3159 9 9 * manalysis/MHPedestalPix.[h,cc] 10 10 - new version of MHPedestalPixel, deriving from MHGausEvents. 11 12 * manalysis/MHPedestalPixel.[h,cc] 13 - old version removed, since obsolete (and erroneous) 11 14 12 15 * manalysis/MHPedestalCam.[h,cc] -
trunk/MagicSoft/Mars/manalysis/MPedestalPix.h
r3014 r3159 6 6 #endif 7 7 8 #ifndef MARS_MHPedestalPixel9 #include "MHPedestalPixel.h"10 #endif11 12 class MHPedestalPixel;13 8 class MPedestalPix : public MParContainer 14 9 { … … 17 12 Float_t fPedestal; // mean value of pedestal (PMT offset) 18 13 Float_t fPedestalRms; // root mean square / sigma / standard deviation of pedestal 19 20 14 21 15 public:
Note:
See TracChangeset
for help on using the changeset viewer.