#include <DirManager.h>
Public Member Functions | |
bool | checkDirEmpty (std::string &) |
DirManager (std::string &d) | |
unsigned int | findHighestRun () |
std::string | findHighestRunDir () |
std::string | findRunDir (unsigned int) |
virtual | ~DirManager () |
Private Attributes | |
std::string | dir_ |
Definition at line 13 of file DirManager.h.
|
inline |
Definition at line 15 of file DirManager.h.
|
inlinevirtual |
Definition at line 16 of file DirManager.h.
bool evf::DirManager::checkDirEmpty | ( | std::string & | d | ) |
Definition at line 64 of file DirManager.cc.
References ztail::d, dqmPostProcessing_online::DIR, and DeadROC_duringRun::dir.
unsigned int evf::DirManager::findHighestRun | ( | ) |
Definition at line 7 of file DirManager.cc.
References visDQMUpload::buf, dqmPostProcessing_online::DIR, DeadROC_duringRun::dir, dir_, maxrun, and AlCaHLTBitMon_QueryRunRegistry::string.
std::string evf::DirManager::findHighestRunDir | ( | ) |
Definition at line 23 of file DirManager.cc.
References visDQMUpload::buf, dqmPostProcessing_online::DIR, DeadROC_duringRun::dir, dir_, maxrun, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by evf::EvFDaqDirector::preBeginRun().
std::string evf::DirManager::findRunDir | ( | unsigned int | run | ) |
Definition at line 43 of file DirManager.cc.
References visDQMUpload::buf, dqmPostProcessing_online::DIR, DeadROC_duringRun::dir, dir_, writedatasetfile::run, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by evf::EvFDaqDirector::findCurrentRunDir().
|
private |
Definition at line 23 of file DirManager.h.
Referenced by findHighestRun(), findHighestRunDir(), and findRunDir().