Ignore:
Timestamp:
11/26/12 12:08:18 (12 years ago)
Author:
tbretz
Message:
Not only the run number needs to be propagated for consistency but also the night. Otherwise we might check the night, configure the FADs and when we start the run it has changed already. Since it is at day time this is not a likely scenario but should be avoided nevertheless.
File:
1 edited

Legend:

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

    r14023 r14700  
    2222
    2323public:
    24     DataWriteFits2(const std::string path, uint32_t runid, MessageImp &imp) :
    25         DataProcessorImp(path, runid, imp)
     24    DataWriteFits2(const std::string path, uint64_t night, uint32_t runid, MessageImp &imp) :
     25        DataProcessorImp(path, night, runid, imp)
    2626    {
    2727    }
Note: See TracChangeset for help on using the changeset viewer.