#include <ValueQuantity.h>
Public Member Functions | |
uint32_t | getBin (int run) override |
std::vector< std::string > | getLabels () override |
int | getValue (int run) override |
double | max () override |
double | min () override |
std::string | name () override |
int | nbins () override |
RunNumber () | |
RunNumber (std::vector< int > runs) | |
~RunNumber () override | |
Public Member Functions inherited from hcaldqm::quantity::ValueQuantity | |
double | getValue (double x) override |
ValueQuantity * | makeCopy () override |
void | setBits (TH1 *o) override |
virtual void | setLS (TH1 *o) |
QuantityType | type () override |
ValueQuantity () | |
ValueQuantity (ValueQuantityType type, bool isLog=false) | |
~ValueQuantity () override | |
Public Member Functions inherited from hcaldqm::quantity::Quantity | |
virtual uint32_t | getBin (HcalDetId const &) |
virtual uint32_t | getBin (HcalElectronicsId const &) |
virtual uint32_t | getBin (HcalTrigTowerDetId const &) |
virtual uint32_t | getBin (double) |
virtual int | getValue (HcalDetId const &) |
virtual int | getValue (HcalElectronicsId const &) |
virtual int | getValue (HcalTrigTowerDetId const &) |
virtual bool | isCoordinate () |
virtual bool | isLog () |
Quantity () | |
Quantity (std::string const &name, bool isLog) | |
virtual void | setAxisType (AxisType at) |
virtual void | setLog (TH1 *o) |
virtual void | setMax (double) |
virtual void | setMin (double) |
virtual void | setNbins (int) |
virtual void | showOverflow (bool showOverflow) |
virtual int | wofnbins () |
virtual | ~Quantity () |
Protected Attributes | |
std::vector< int > | _runs |
Protected Attributes inherited from hcaldqm::quantity::ValueQuantity | |
ValueQuantityType | _type |
Protected Attributes inherited from hcaldqm::quantity::Quantity | |
AxisType | _axistype |
bool | _isLog |
std::string | _name |
bool | _showOverflow |
Definition at line 464 of file ValueQuantity.h.
|
inline |
Definition at line 466 of file ValueQuantity.h.
|
inline |
Definition at line 467 of file ValueQuantity.h.
|
inlineoverride |
Definition at line 468 of file ValueQuantity.h.
|
inlineoverridevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Definition at line 497 of file ValueQuantity.h.
References getValue().
Referenced by BTagWeightCalculator.BTagWeightCalculator::calcJetWeightImpl().
|
inlineoverridevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Definition at line 474 of file ValueQuantity.h.
References _runs, mps_fire::i, SummaryClient_cfi::labels, and name().
|
inlineoverridevirtual |
Reimplemented from hcaldqm::quantity::ValueQuantity.
Definition at line 483 of file ValueQuantity.h.
References _runs, Exception, mps_fire::i, createfilelist::int, and writedatasetfile::run.
Referenced by getBin().
|
inlineoverridevirtual |
Reimplemented from hcaldqm::quantity::ValueQuantity.
Definition at line 473 of file ValueQuantity.h.
References _runs.
|
inlineoverridevirtual |
Reimplemented from hcaldqm::quantity::ValueQuantity.
Definition at line 472 of file ValueQuantity.h.
|
inlineoverridevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Definition at line 470 of file ValueQuantity.h.
Referenced by config.CFG::__str__(), validation.Sample::digest(), getLabels(), and VIDSelectorBase.VIDSelectorBase::initialize().
|
inlineoverridevirtual |
Reimplemented from hcaldqm::quantity::ValueQuantity.
Definition at line 471 of file ValueQuantity.h.
References _runs.
|
protected |
Definition at line 500 of file ValueQuantity.h.
Referenced by getLabels(), getValue(), max(), nbins(), edmModuleAllocMonitorAnalyze.SyncValues::runFor(), and edmModuleAllocMonitorAnalyze.SyncValues::setRun().