Changeset 2139
- Timestamp:
- 05/26/03 14:35:22 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2137 r2139 4 4 * mreflector/Makefile: 5 5 added (was missing) 6 7 2003/05/26: Thomas Bretz 8 9 * mhist/MHCerPhotEvt.cc, mfileio/MCT1ReadAscii.cc: 10 - InitSize --> FixSize 11 12 * manalysis/MMcPedestalNSBAdd.cc: 13 - fixed a typo. 14 15 6 16 7 17 2003/05/23: Thomas Bretz -
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.