Ignore:
Timestamp:
05/25/11 13:18:26 (13 years ago)
Author:
lyard
Message:
Upgrade of the dataLogger to take several run numbers on the fly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Fits.cc

    r10780 r10814  
    8282//! @param fitsCounter a pointer to the integer keeping track of the opened FITS files
    8383//! @param out a pointer to the MessageImp that should be used to log errors
    84 //
    85 void Fits::Open(const string& fileName, const string& tableName, FITS* file, int* fitsCounter, MessageImp* out)//ostream& out)
     84//! @param runNumber the runNumber for which this file is opened. -1 means nightly file.
     85//
     86void Fits::Open(const string& fileName, const string& tableName, FITS* file, int* fitsCounter, MessageImp* out, int runNumber)
    8687{               
    8788//      if (fMess)
    8889//              delete fMess;
    8990//      fMess = new MessageImp(out);
     91    fRunNumber = runNumber;
    9092        fMess = out;
    9193        fFileName = fileName;
Note: See TracChangeset for help on using the changeset viewer.