Changeset 4292


Ignore:
Timestamp:
06/14/04 16:37:54 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4291 r4292  
    3333      ReInit(), like it is done by MPedCalcPedRun
    3434
     35  * macros/bootcampstandardanalysis.C
     36    - exchanged MArrivalTimeCalc2 in 4th loop by timeext (defined
     37      in the beginning)
    3538
    3639 2004/06/11: Markus Gaug
  • trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C

    r4001 r4292  
    265265  static_cast<MRead&>(read4).AddFiles(druns); 
    266266 
    267   MArrivalTimeCalc2   timecalc;
    268267  MCalibrateRelTimes  timecal;
    269268
     
    271270  tlist4.AddToList(&geomapl);
    272271  tlist4.AddToList(&extractor);
    273   tlist4.AddToList(&timecalc);
     272  tlist4.AddToList(&timeext);
    274273  tlist4.AddToList(&photcalc);
    275274  tlist4.AddToList(&timecal);
Note: See TracChangeset for help on using the changeset viewer.