Changeset 3745 for trunk/MagicSoft/Mars
- Timestamp:
- 04/15/04 13:32:26 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/calibration.C
r3743 r3745 110 110 111 111 // 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: 121 113 // --------------------------------------------------- 122 114 // 123 MReadMarsFile read("Events");124 read.DisableAutoScheme();125 static_cast<MRead&>(read).AddFiles(pruns);126 127 115 MJCalibration calloop; 128 116 calloop.SetColor(color);
Note:
See TracChangeset
for help on using the changeset viewer.