Changeset 3203 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 02/16/04 16:03:43 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/pedphotcalc.C
r3188 r3203 121 121 read2.DisableAutoScheme(); 122 122 123 MExtractPINDiode pincalc; 124 MExtractBlindPixel blindcalc; 123 125 MExtractSignal sigcalc; 124 126 MCalibrationCalc calcalc; 125 127 128 MFillH fillpin("MHCalibrationChargePINDiode", "MExtractedSignalPINDiode"); 126 129 // 127 130 // Apply a filter against cosmics … … 139 142 tlist2.AddToList(&read2); 140 143 tlist2.AddToList(&geomapl); 144 tlist2.AddToList(&blindcalc); 145 tlist2.AddToList(&pincalc); 141 146 tlist2.AddToList(&sigcalc); 142 147 // … … 147 152 // 148 153 tlist2.AddToList(&calcalc); 154 tlist2.AddToList(&fillpin); 149 155 150 156 // Execute second loop (calibration)
Note:
See TracChangeset
for help on using the changeset viewer.