#include <ContentReader.h>
Public Member Functions | |
ContentReader (DQMStore *the_bei) | |
void | give_files (std::string dir, std::list< std::string > &files, bool only_contents) |
MonitorElement * | give_ME (std::string filename) |
void | give_subdirs (std::string dir, std::list< std::string > &subdirs, std::string mode) |
void | give_subdirs_su (std::string dir, std::list< std::string > &subdirs) |
~ContentReader () | |
Private Attributes | |
DQMStore * | bei |
Definition at line 8 of file ContentReader.h.
|
inline |
Definition at line 16 of file ContentReader.h.
References bei.
|
inline |
Definition at line 21 of file ContentReader.h.
void ContentReader::give_files | ( | std::string | dir, |
std::list< std::string > & | files, | ||
bool | only_contents | ||
) |
Definition at line 36 of file ContentReader.cc.
References fetchall_from_DQM_v2::all_files, bei, lut2db_cfg::filename, DQMStore::get(), DQMStore::getMEs(), i, NULL, DQMStore::pwd(), and DQMStore::setCurrentFolder().
Referenced by WebInterface::printContentViewerXML(), and WebInterface::printNavigatorXML().
MonitorElement * ContentReader::give_ME | ( | std::string | filename | ) |
Definition at line 78 of file ContentReader.cc.
References bei, and DQMStore::get().
Referenced by WebInterface::DrawGif().
void ContentReader::give_subdirs | ( | std::string | dir, |
std::list< std::string > & | subdirs, | ||
std::string | mode | ||
) |
Definition at line 5 of file ContentReader.cc.
References bei, DQMStore::containsAnyMonitorable(), DQMStore::getSubdirs(), i, DQMStore::pwd(), and DQMStore::setCurrentFolder().
Referenced by WebInterface::printContentViewerXML(), and WebInterface::printNavigatorXML().
void ContentReader::give_subdirs_su | ( | std::string | dir, |
std::list< std::string > & | subdirs | ||
) |
|
private |
Definition at line 12 of file ContentReader.h.
Referenced by ContentReader(), give_files(), give_ME(), and give_subdirs().