- Timestamp:
- 02/16/04 13:40:42 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3186 r3187 88 88 89 89 * macros/bootcampstandardanalysis.C 90 * macros/pedphotcalc.C 90 91 - included cosmics rejection which was in MCalibrationCalc before 91 92 -
trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C
r2757 r3187 137 137 calcalc.SetPulserColor(MCalibrationCalc::kECT1); 138 138 139 // 140 // Apply a filter against cosmics 141 // (was directly in MCalibrationCalc in earlier versions) 142 // 143 MFCosmics cosmics; 144 MContinue cont(&cosmics); 145 139 146 tlist2.AddToList(&read2); 140 147 tlist2.AddToList(&geomapl); 141 148 tlist2.AddToList(&sigsig); 149 // 150 // In case, you want to skip the cosmics rejection, 151 // uncomment the next line 152 // 153 tlist2.AddToList(&cont); 154 // 142 155 tlist2.AddToList(&calcalc); 143 156
Note:
See TracChangeset
for help on using the changeset viewer.