Changeset 2139 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 05/26/03 14:35:22 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.cc
r2135 r2139 75 75 { 76 76 fNumPixels = 0; 77 //fPixels->Delete();77 // fPixels->Delete(); 78 78 } 79 79 -
trunk/MagicSoft/Mars/manalysis/MMcPedestalNSBAdd.cc
r2135 r2139 217 217 const Float_t ampl = fFadc->GetAmplitud(); 218 218 219 pix.SetSigma(sqrt(pedrms*pedrms + dnsbpix*ampl*ampl *ratio));219 pix.SetSigma(sqrt(pedrms*pedrms + dnsbpix*ampl*ampl/ratio)); 220 220 } 221 221
Note:
See TracChangeset
for help on using the changeset viewer.