Changeset 7126 for trunk/MagicSoft/Mars/mfilter
- Timestamp:
- 06/02/05 16:16:04 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFCosmics.cc
r7122 r7126 187 187 const MExtractedSignalPix &sig = (*fSignals)[idx]; 188 188 189 allpix++; 190 189 191 // 190 192 // Check whether the pixel has a saturating hi-gain. In … … 198 200 const Float_t pedrms = ped.GetPedestalRms()*fSqrtHiGainSamples; 199 201 const Float_t sumhi = sig.GetExtractedSignalHiGain(); 200 201 allpix++;202 202 203 203 //
Note:
See TracChangeset
for help on using the changeset viewer.