Changeset 10814 for trunk/FACT++/src/Fits.cc
- Timestamp:
- 05/25/11 13:18:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Fits.cc
r10780 r10814 82 82 //! @param fitsCounter a pointer to the integer keeping track of the opened FITS files 83 83 //! @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 // 86 void Fits::Open(const string& fileName, const string& tableName, FITS* file, int* fitsCounter, MessageImp* out, int runNumber) 86 87 { 87 88 // if (fMess) 88 89 // delete fMess; 89 90 // fMess = new MessageImp(out); 91 fRunNumber = runNumber; 90 92 fMess = out; 91 93 fFileName = fileName;
Note:
See TracChangeset
for help on using the changeset viewer.