#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(), LaserTask::_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.Transform::__str__(), plotting.FakeDuplicate::__str__(), plotting.CutEfficiency::__str__(), plotting.AggregateBins::__str__(), plotting.AggregateHistos::__str__(), plotting.ROC::__str__(), trackingPlots.TimePerEventPlot::__str__(), trackingPlots.TimePerTrackPlot::__str__(), SequenceTypes.SequencePlaceholder::_clonesequence(), trackingPlots.TimePerEventPlot::_create(), plotting.PlotGroup::_drawSeparate(), plotting.PlotGroup::_save(), SequenceTypes.SequencePlaceholder::copy(), SequenceTypes.TaskPlaceholder::copy(), plotting.Subtract::create(), plotting.Transform::create(), plotting.FakeDuplicate::create(), plotting.CutEfficiency::create(), plotting.AggregateBins::create(), plotting.AggregateHistos::create(), trackingPlots.TimePerTrackPlot::create(), plotting.Plot::create(), plotting.PlotGroup::draw(), SequenceTypes.SequencePlaceholder::dumpPython(), SequenceTypes.TaskPlaceholder::dumpPython(), SequenceTypes.SequencePlaceholder::dumpSequenceConfig(), SequenceTypes.SequencePlaceholder::dumpSequencePython(), SequenceTypes.TaskPlaceholder::dumpSequencePython(), plotting.Plot::getName(), plotting.PlotGroup::getName(), plotting.PlotterFolder::getName(), plotting.PlotterItem::getName(), plotting.PlotterFolder::getSelectionNameIterator(), SequenceTypes.SequencePlaceholder::insertInto(), SequenceTypes.TaskPlaceholder::insertInto(), Vispa.Views.PropertyView.Property::name(), validation.SimpleSample::name(), trackingPlots.Iteration::name(), operator+(), operator=(), operator==(), plotting.PlotterItem::readDirs(), plotting.PlotGroup::remove(), SequenceTypes.SequencePlaceholder::resolve(), and SequenceTypes.TaskPlaceholder::resolve().
State hcaldqm::flag::Flag::_state |
Definition at line 79 of file Flag.h.
Referenced by HcalOnlineHarvesting::_dqmEndLuminosityBlock(), PedestalTask::_dump(), LaserTask::_dump(), hcaldqm::RawRunSummary::endJob(), hcaldqm::DigiRunSummary::endJob(), TPTask::endLuminosityBlock(), RawTask::endLuminosityBlock(), RecHitTask::endLuminosityBlock(), DigiTask::endLuminosityBlock(), SpecificationBuilder_cfi.Specification::groupBy(), operator+(), operator+=(), operator=(), operator==(), SpecificationBuilder_cfi.Specification::reduce(), reset(), and SpecificationBuilder_cfi.Specification::save().