Changeset 3203
- Timestamp:
- 02/16/04 16:03:43 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3202 r3203 20 20 21 21 * macros/calibration.C 22 * macros/bootcampstandardanalysis.C 23 * macros/pedphotcalc.C 22 24 - introduce the blind pixel and PIN diode extraction in the macro 23 25 -
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.