Changeset 2874


Ignore:
Timestamp:
01/21/04 16:10:56 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2873 r2874  
    2626
    2727   * macros/starmc.C
    28      - Adapted to change above
    29 
     28     - Adapted to change above. Changed also task instance name from
     29       mccalibcalc to mccalibupdate.
    3030
    3131
  • trunk/MagicSoft/Mars/macros/starmc.C

    r2867 r2874  
    7878    sigextract.SetRange(0, 5, 0, 5);
    7979
    80     MMcCalibrationUpdate  mccalibcalc;
     80    MMcCalibrationUpdate  mccalibupdate;
    8181
    8282    //
     
    9090    // (FIXME: the conversion must be calculated automatically from the analyzed file)
    9191    //
    92     mccalibcalc.SetADC2PhInner(1.2586);
     92    mccalibupdate.SetADC2PhInner(1.2586);
    9393
    9494
     
    125125
    126126    tlist.AddToList(&sigextract);
    127     tlist.AddToList(&mccalibcalc);
     127    tlist.AddToList(&mccalibupdate);
    128128    tlist.AddToList(&calib);
    129129    tlist.AddToList(&clean);
Note: See TracChangeset for help on using the changeset viewer.