Ignore:
Timestamp:
08/07/04 15:40:59 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/MagicSoft/Mars/mjobs/MJExtractCalibTest.cc

    r4532 r4542  
    5353#include "MCalibrationRelTimeCam.h"
    5454#include "MCalibrationQECam.h"
     55#include "MCalibrationTestCalc.h"
    5556#include "MHCamEvent.h"
    5657
     
    262263  badtreat.SetUseInterpolation();
    263264  badtreat.SetSloppyTreatment();
     265  MCalibrationTestCalc  testcalc;
     266  testcalc.SetOutputPath(fOutputPath);
     267  testcalc.SetOutputFile(Form("%s-TestCalibStat.txt",(const char*)fRuns->GetRunsAsFileName()));
    264268
    265269  MHCamEvent evt("ExtSignal");
     
    294298  tlist.AddToList(&badtreat);
    295299  tlist.AddToList(&fillcam);
     300  tlist.AddToList(&testcalc);
    296301 
    297302  // Create and setup the eventloop
Note: See TracChangeset for help on using the changeset viewer.