Changeset 4292
- Timestamp:
- 06/14/04 16:37:54 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4291 r4292 33 33 ReInit(), like it is done by MPedCalcPedRun 34 34 35 * macros/bootcampstandardanalysis.C 36 - exchanged MArrivalTimeCalc2 in 4th loop by timeext (defined 37 in the beginning) 35 38 36 39 2004/06/11: Markus Gaug -
trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C
r4001 r4292 265 265 static_cast<MRead&>(read4).AddFiles(druns); 266 266 267 MArrivalTimeCalc2 timecalc;268 267 MCalibrateRelTimes timecal; 269 268 … … 271 270 tlist4.AddToList(&geomapl); 272 271 tlist4.AddToList(&extractor); 273 tlist4.AddToList(&time calc);272 tlist4.AddToList(&timeext); 274 273 tlist4.AddToList(&photcalc); 275 274 tlist4.AddToList(&timecal);
Note:
See TracChangeset
for help on using the changeset viewer.