#include <Flag.h>
Public Member Functions | |
Flag () | |
Flag (std::string const &name, State s=fNA) | |
Flag (Flag const &f) | |
Flag | operator+ (Flag const &f) |
Flag & | operator+= (Flag const &f) |
Flag & | operator= (Flag const &f) |
bool | operator== (Flag const &f) |
void | reset () |
Public Attributes | |
std::string | _name |
State | _state |
|
inline |
|
inline |
Definition at line 76 of file Flag.h.
References _state, and hcaldqm::flag::fNA.
Referenced by PedestalTask::_dump(), hcaldqm::TPRunSummary::endJob(), hcaldqm::RecoRunSummary::endJob(), TPTask::endLuminosityBlock(), RawTask::endLuminosityBlock(), RecHitTask::endLuminosityBlock(), and DigiTask::endLuminosityBlock().
std::string hcaldqm::flag::Flag::_name |
Definition at line 78 of file Flag.h.
Referenced by plotting.Subtract::__str__(), plotting.FakeDuplicate::__str__(), plotting.AggregateBins::__str__(), plotting.AggregateHistos::__str__(), plotting.ROC::__str__(), SequenceTypes.SequencePlaceholder::_clonesequence(), plotting.PlotGroup::_drawSeparate(), plotting.PlotGroup::_save(), SequenceTypes.SequencePlaceholder::copy(), plotting.Subtract::create(), plotting.FakeDuplicate::create(), plotting.AggregateBins::create(), plotting.AggregateHistos::create(), plotting.Plot::create(), plotting.PlotGroup::draw(), SequenceTypes.SequencePlaceholder::dumpPython(), SequenceTypes.SequencePlaceholder::dumpSequenceConfig(), SequenceTypes.SequencePlaceholder::dumpSequencePython(), plotting.Plot::getName(), plotting.PlotGroup::getName(), plotting.PlotterFolder::getName(), plotting.PlotterItem::getName(), plotting.PlotterFolder::getSelectionNameIterator(), SequenceTypes.SequencePlaceholder::insertInto(), Vispa.Views.PropertyView.Property::name(), validation.SimpleSample::name(), trackingPlots.Iteration::name(), operator+(), operator=(), operator==(), plotting.PlotterItem::readDirs(), plotting.PlotGroup::remove(), and SequenceTypes.SequencePlaceholder::resolve().
State hcaldqm::flag::Flag::_state |
Definition at line 79 of file Flag.h.
Referenced by HcalOnlineHarvesting::_dqmEndLuminosityBlock(), PedestalTask::_dump(), hcaldqm::DigiRunSummary::endJob(), hcaldqm::RawRunSummary::endJob(), TPTask::endLuminosityBlock(), RawTask::endLuminosityBlock(), RecHitTask::endLuminosityBlock(), DigiTask::endLuminosityBlock(), operator+(), operator+=(), operator=(), operator==(), and reset().