Changeset 3188 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 02/16/04 13:47:09 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/pedphotcalc.C
r2836 r3188 124 124 MCalibrationCalc calcalc; 125 125 126 // 127 // Apply a filter against cosmics 128 // (was directly in MCalibrationCalc in earlier versions) 129 // 130 MFCosmics cosmics; 131 MContinue cont(&cosmics); 132 126 133 // 127 134 // As long as we don't have digital modules, … … 133 140 tlist2.AddToList(&geomapl); 134 141 tlist2.AddToList(&sigcalc); 142 // 143 // In case, you want to skip the cosmics rejection, 144 // uncomment the next line 145 // 146 tlist2.AddToList(&cont); 147 // 135 148 tlist2.AddToList(&calcalc); 136 149
Note:
See TracChangeset
for help on using the changeset viewer.