Changeset 1537
- Timestamp:
- 10/14/02 18:23:59 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1534 r1537 1 1 -*-*- END -*-*- 2 3 2002/10/14: Abelardo Moralejo 4 5 * manalysis/McerPhotCalc.cc, manalysis/MCerPhotCalc2.cc 6 - Initialized fEnableFix (before, bad pedestal subtraction if 7 reading camera 0.4 root files) 2 8 3 9 2002/10/09: Abelardo Moralejo -
trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc
r1291 r1537 138 138 } 139 139 140 fEnableFix = kFALSE; 140 141 if (mcrunheader->GetCamVersion() <= 40) 141 142 fEnableFix = kTRUE; -
trunk/MagicSoft/Mars/manalysis/MCerPhotCalc2.cc
r1443 r1537 156 156 } 157 157 158 fEnableFix = kFALSE; 158 159 if (mcrunheader->GetCamVersion() <= 40) 159 160 fEnableFix = kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.