Changeset 2798 for trunk/MagicSoft/Mars/manalysis/MSigmabar.cc
- Timestamp:
- 01/14/04 09:09:04 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MSigmabar.cc
r2255 r2798 50 50 #include "MCerPhotPix.h" 51 51 52 #include "MPed estalCam.h"53 #include "MPed estalPix.h"52 #include "MPedPhotCam.h" 53 #include "MPedPhotPix.h" 54 54 55 55 ClassImp(MSigmabar); … … 95 95 // determination of sector to which a respective pixel belongs 96 96 // 97 Float_t MSigmabar::Calc(const MGeomCam &geom, const MPed estalCam &ped,97 Float_t MSigmabar::Calc(const MGeomCam &geom, const MPedPhotCam &ped, 98 98 const MCerPhotEvt &evt) 99 99 { … … 154 154 155 155 // count only those pixels which have a sigma != 0.0 156 const Float_t sigma = ped[idx].Get PedestalRms();156 const Float_t sigma = ped[idx].GetRms(); 157 157 158 158 if ( sigma <= 0 )
Note:
See TracChangeset
for help on using the changeset viewer.