Changeset 1534 for trunk/MagicSoft
- Timestamp:
- 10/09/02 15:14:56 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1533 r1534 1 1 -*-*- END -*-*- 2 3 2002/10/09: Abelardo Moralejo 4 5 * mhist/MHMcRate.cc: 6 - fixed a bug in total rate calculation (results change very little, 7 only a 0.2 percent at most) 2 8 3 9 2002/09/16: Thomas Bretz -
trunk/MagicSoft/Mars/mhist/MHMcRate.cc
r1164 r1534 195 195 fShowerRateError = sqrt(fShowerRate); 196 196 197 const Double_t anal2 = 1.0-anal*160.0e-9; 197 // The simulated trigger time in the camera program is 160 ns: 198 // 9/10/2002, AM: Fixed error below in calculation of "anal2" 199 // ( added factor fShowerRate/simu ) 200 201 const Double_t anal2 = 1.0-fShowerRate*(anal/simu)*160.0e-9; 198 202 const Double_t back2 = fBackSim*160.0e-9; 199 203
Note:
See TracChangeset
for help on using the changeset viewer.