Ignore:
Timestamp:
01/21/04 16:10:56 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.