#include <SubTaskSummaryStatus.h>
Public Member Functions | |
bool | IsOn () |
void | Setup (std::string problemDir, std::string problemName, std::string OverName, std::string id, double thresh) |
SubTaskSummaryStatus (bool onoffval=false) | |
void | WriteThreshold (DQMStore *dbe, std::string basedir) |
~SubTaskSummaryStatus () | |
Public Attributes | |
double | ALLstatus |
std::string | id |
bool | onoff |
std::string | problemDir |
std::string | problemName |
double | status [5] |
std::string | summaryName |
double | thresh |
Definition at line 8 of file SubTaskSummaryStatus.h.
SubTaskSummaryStatus::SubTaskSummaryStatus | ( | bool | onoffval = false | ) |
Definition at line 3 of file SubTaskSummaryStatus.cc.
References ALLstatus, i, onoff, problemDir, problemName, and status.
SubTaskSummaryStatus::~SubTaskSummaryStatus | ( | ) |
Definition at line 15 of file SubTaskSummaryStatus.cc.
bool SubTaskSummaryStatus::IsOn | ( | ) |
void SubTaskSummaryStatus::Setup | ( | std::string | problemDir, |
std::string | problemName, | ||
std::string | OverName, | ||
std::string | id, | ||
double | thresh = 0. |
||
) |
Definition at line 30 of file SubTaskSummaryStatus.cc.
References problemDir, problemName, summaryName, edmStreamStallGrapher::t, and thresh.
void SubTaskSummaryStatus::WriteThreshold | ( | DQMStore * | dbe, |
std::string | basedir | ||
) |
Definition at line 44 of file SubTaskSummaryStatus.cc.
References DQMStore::bookFloat(), MonitorElement::Fill(), DQMStore::get(), MonitorElement::getName(), mergeVDriftHistosByStation::name, onoff, problemDir, problemName, DQMStore::pwd(), DQMStore::removeElement(), DQMStore::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and thresh.
double SubTaskSummaryStatus::ALLstatus |
Definition at line 24 of file SubTaskSummaryStatus.h.
Referenced by SubTaskSummaryStatus().
std::string SubTaskSummaryStatus::id |
Definition at line 29 of file SubTaskSummaryStatus.h.
Referenced by NodeCut.MatchId::match().
bool SubTaskSummaryStatus::onoff |
Definition at line 30 of file SubTaskSummaryStatus.h.
Referenced by IsOn(), SubTaskSummaryStatus(), and WriteThreshold().
std::string SubTaskSummaryStatus::problemDir |
Definition at line 27 of file SubTaskSummaryStatus.h.
Referenced by Setup(), SubTaskSummaryStatus(), and WriteThreshold().
std::string SubTaskSummaryStatus::problemName |
Definition at line 26 of file SubTaskSummaryStatus.h.
Referenced by Setup(), SubTaskSummaryStatus(), and WriteThreshold().
double SubTaskSummaryStatus::status[5] |
Definition at line 23 of file SubTaskSummaryStatus.h.
Referenced by dirstructure.Comparison::__make_image(), dirstructure.Comparison::__repr__(), and SubTaskSummaryStatus().
std::string SubTaskSummaryStatus::summaryName |
Definition at line 28 of file SubTaskSummaryStatus.h.
Referenced by Setup().
double SubTaskSummaryStatus::thresh |
Definition at line 21 of file SubTaskSummaryStatus.h.
Referenced by Setup(), and WriteThreshold().