ATLAS Offline Software
|
#include <ManagedMonitorToolBase.h>
Public Member Functions | |
virtual std::string | getStreamName (const ManagedMonitorToolBase *tool, const MonGroup &group, const std::string &objName, bool usePreviousInterval=false) |
A function that converts a MonGroup of logical parameters into a physical output stream name. More... | |
virtual std::string | getDirectoryName (const ManagedMonitorToolBase *tool, const MonGroup &group, const std::string &objName, const bool usePreviousInterval) |
A function that returns TDirectory path in a file that corresponds to a given MonGroup and object name. More... | |
Static Public Member Functions | |
static void | parseString (const std::string &streamName, std::string &root, std::string &rem) |
A helper non-virtual function, parses id string. More... | |
Definition at line 745 of file ManagedMonitorToolBase.h.
|
virtual |
A function that returns TDirectory path in a file that corresponds to a given MonGroup and object name.
Implements ManagedMonitorToolBase::StreamNameFcn.
Definition at line 1970 of file ManagedMonitorToolBase.cxx.
|
virtual |
A function that converts a MonGroup of logical parameters into a physical output stream name.
Implements ManagedMonitorToolBase::StreamNameFcn.
Definition at line 1955 of file ManagedMonitorToolBase.cxx.
|
staticinherited |
A helper non-virtual function, parses id string.
String format: id = /root/rem The method is needed to separate root stream from the directory in a file. E.g. typical streamName is /TestMon/run_211670/lb_360/spacepointVsEvent_managed
in this case, root = TestMon rem = run_211670/lb_360/spacepointVsEvent_managed
Definition at line 2185 of file ManagedMonitorToolBase.cxx.