Changeset 4542 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 08/07/04 15:40:59 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/MagicSoft/Mars/mjobs/MJExtractCalibTest.cc ¶
r4532 r4542 53 53 #include "MCalibrationRelTimeCam.h" 54 54 #include "MCalibrationQECam.h" 55 #include "MCalibrationTestCalc.h" 55 56 #include "MHCamEvent.h" 56 57 … … 262 263 badtreat.SetUseInterpolation(); 263 264 badtreat.SetSloppyTreatment(); 265 MCalibrationTestCalc testcalc; 266 testcalc.SetOutputPath(fOutputPath); 267 testcalc.SetOutputFile(Form("%s-TestCalibStat.txt",(const char*)fRuns->GetRunsAsFileName())); 264 268 265 269 MHCamEvent evt("ExtSignal"); … … 294 298 tlist.AddToList(&badtreat); 295 299 tlist.AddToList(&fillcam); 300 tlist.AddToList(&testcalc); 296 301 297 302 // Create and setup the eventloop
Note:
See TracChangeset
for help on using the changeset viewer.