- Timestamp:
- 10/20/13 17:01:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilderWrapper.h
r17238 r17272 233 233 "DAC settings of each FAD board" 234 234 "|DAC[int]:DAC counts, sequentially DAC 0 board 0, 0/1, 0/2... (plus min max)"), 235 fDimDrsRuns ("FAD_CONTROL/DRS_RUNS", "I:1;I:3 ",235 fDimDrsRuns ("FAD_CONTROL/DRS_RUNS", "I:1;I:3;I:1", 236 236 "|roi:Region of interest of secondary baseline" 237 "|run:Run numbers of DRS runs (0=none)"), 237 "|run:Run numbers of DRS runs (0=none)" 238 "|night:Night as int of the first run (0 if none)"), 238 239 fDimDrsCalibration("FAD_CONTROL/DRS_CALIBRATION", "I:1;I:3;F:1474560;F:1474560;F:1474560;F:1474560;F:1474560;F:1474560;F:163840;F:163840", 239 240 "|roi:Region of interest of secondary baseline" … … 459 460 if (!DataCalib::ReadFits(fname, fMsg)) 460 461 return; 462 461 463 fMsg.Info("Successfully loaded DRS calibration from "+string(fname)); 462 464 DataCalib::Update(fDimDrsCalibration, fDimDrsRuns);
Note:
See TracChangeset
for help on using the changeset viewer.