Changeset 2180 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 06/16/03 15:13:21 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCurrents.h
r2178 r2180 10 10 #endif 11 11 12 #include <iostream.h>13 12 class MCurrents : public MCamEvent 14 13 { -
trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc
r2178 r2180 182 182 } 183 183 184 Bool_t MPedestalCam::GetPixelContent(Float_t &val, Int_t idx, Float_t ratio =1, Int_t type=0) const184 Bool_t MPedestalCam::GetPixelContent(Float_t &val, Int_t idx, Float_t ratio, Int_t type) const 185 185 { 186 186 val = (*this)[idx].GetMean()*ratio;
Note:
See TracChangeset
for help on using the changeset viewer.