#include <MonitorElementCollection.h>
Public Types | |
enum | Type { Type::DIR, Type::DIR_AND_NAME } |
Public Member Functions | |
std::string const & | getDirname () const |
std::string | getFullname () const |
std::string const & | getObjectname () const |
bool | operator== (Path const &other) const |
void | set (std::string path, Path::Type type) |
Private Attributes | |
std::string | dirname_ |
std::string | objname_ |
Definition at line 162 of file MonitorElementCollection.h.
|
strong |
|
inline |
Definition at line 171 of file MonitorElementCollection.h.
References dirname_.
Referenced by dqm::impl::MonitorElement::syncCoreObject().
|
inline |
Definition at line 173 of file MonitorElementCollection.h.
References dirname_, and objname_.
Referenced by dqm::impl::MonitorElement::getFullname().
|
inline |
Definition at line 172 of file MonitorElementCollection.h.
References objname_.
Referenced by dqm::impl::MonitorElement::syncCoreObject().
|
inline |
Definition at line 216 of file MonitorElementCollection.h.
References trackingPlots::other.
|
inline |
Definition at line 181 of file MonitorElementCollection.h.
References visDQMUpload::buf, DeadROC_duringRun::dir, DIR, DIR_AND_NAME, dirname_, mps_fire::i, recoMuon::in, visualization-live-secondInstance_cfg::m, objname_, castor_dqm_sourceclient_file_cfg::path, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 165 of file MonitorElementCollection.h.
Referenced by getDirname(), getFullname(), and set().
|
private |
Definition at line 166 of file MonitorElementCollection.h.
Referenced by getFullname(), getObjectname(), and set().