Changeset 3745 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/15/04 13:32:26 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/calibration.C

    r3743 r3745  
    110110
    111111  //
    112   // Create a empty Parameter List and an empty Task List
    113   // The tasklist is identified in the eventloop by its name
    114   //
    115   MParList  plist0;
    116   MTaskList tlist0;
    117   plist0.AddToList(&tlist0);
    118  
    119   //
    120   // Now setup the tasks and tasklist for the pedestals:
     112  // Now setup the tasks and for the calibration:
    121113  // ---------------------------------------------------
    122114  //
    123   MReadMarsFile read("Events");
    124   read.DisableAutoScheme();
    125   static_cast<MRead&>(read).AddFiles(pruns);
    126 
    127115  MJCalibration calloop;
    128116  calloop.SetColor(color);
Note: See TracChangeset for help on using the changeset viewer.