Ignore:
Timestamp:
10/20/13 17:01:45 (11 years ago)
Author:
tbretz
Message:
Added night to the end of the DRS_RUNS service.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/EventBuilderWrapper.h

    r17238 r17272  
    233233                                                           "DAC settings of each FAD board"
    234234                                                           "|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",
    236236                                                           "|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)"),
    238239        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",
    239240                                                           "|roi:Region of interest of secondary baseline"
     
    459460        if (!DataCalib::ReadFits(fname, fMsg))
    460461            return;
     462
    461463        fMsg.Info("Successfully loaded DRS calibration from "+string(fname));
    462464        DataCalib::Update(fDimDrsCalibration, fDimDrsRuns);
Note: See TracChangeset for help on using the changeset viewer.