Changeset 18345 for trunk/FACT++
- Timestamp:
- 10/27/15 14:20:39 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/datalogger.cc
r17343 r18345 336 336 bool OpenStream(shared_ptr<ofstream> stream, const string &filename); 337 337 ///Open the relevant text files related to a particular run 338 int OpenRunFile(RunNumberType& run);338 // int OpenRunFile(RunNumberType& run); 339 339 ///add a new run number 340 340 void AddNewRunNumber(int64_t newRun, Time time); … … 345 345 off_t GetFileSize(const string&); 346 346 ///Get the digits of year, month and day for filenames and paths 347 void GetYearMonthDayForFiles(unsigned short& year, unsigned short& month, unsigned short& day);347 // void GetYearMonthDayForFiles(unsigned short& year, unsigned short& month, unsigned short& day); 348 348 ///Appends the relevant year month day to a given path 349 void AppendYearMonthDaytoPath(string& path);349 // void AppendYearMonthDaytoPath(string& path); 350 350 ///Form the files path 351 351 string CompileFileNameWithPath(const string &path, const string &service, const string & extension);
Note:
See TracChangeset
for help on using the changeset viewer.