#include <ValueQuantity.h>
Public Member Functions | |
FlagQuantity () | |
FlagQuantity (std::vector< flag::Flag > const &flags) | |
virtual uint32_t | getBin (int f) |
virtual std::vector< std::string > | getLabels () |
virtual int | getValue (int f) |
virtual FlagQuantity * | makeCopy () |
virtual double | max () |
virtual double | min () |
virtual std::string | name () |
virtual int | nbins () |
virtual | ~FlagQuantity () |
Public Member Functions inherited from hcaldqm::quantity::ValueQuantity | |
virtual double | getValue (double x) |
virtual void | setBits (TH1 *o) |
virtual void | setLS (TH1 *o) |
virtual QuantityType | type () |
ValueQuantity () | |
ValueQuantity (ValueQuantityType type, bool isLog=false) | |
virtual | ~ValueQuantity () |
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 int | wofnbins () |
virtual | ~Quantity () |
Protected Attributes | |
std::vector< flag::Flag > | _flags |
Protected Attributes inherited from hcaldqm::quantity::ValueQuantity | |
ValueQuantityType | _type |
Protected Attributes inherited from hcaldqm::quantity::Quantity | |
AxisType | _axistype |
bool | _isLog |
std::string | _name |
Definition at line 129 of file ValueQuantity.h.
|
inline |
Definition at line 132 of file ValueQuantity.h.
|
inline |
Definition at line 133 of file ValueQuantity.h.
|
inlinevirtual |
Definition at line 135 of file ValueQuantity.h.
|
inlinevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Definition at line 145 of file ValueQuantity.h.
Referenced by BTagWeightCalculator.BTagWeightCalculator::calcJetWeightImpl().
|
inlinevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Definition at line 146 of file ValueQuantity.h.
|
inlinevirtual |
Reimplemented from hcaldqm::quantity::ValueQuantity.
Definition at line 144 of file ValueQuantity.h.
References f.
|
inlinevirtual |
Reimplemented from hcaldqm::quantity::ValueQuantity.
Definition at line 137 of file ValueQuantity.h.
|
inlinevirtual |
Reimplemented from hcaldqm::quantity::ValueQuantity.
Definition at line 143 of file ValueQuantity.h.
|
inlinevirtual |
Reimplemented from hcaldqm::quantity::ValueQuantity.
Definition at line 142 of file ValueQuantity.h.
|
inlinevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Definition at line 140 of file ValueQuantity.h.
Referenced by config.CFG::__str__(), validation.Sample::digest(), VIDSelectorBase.VIDSelectorBase::initialize(), and Vispa.Views.PropertyView.Property::valueChanged().
|
inlinevirtual |
Reimplemented from hcaldqm::quantity::ValueQuantity.
Definition at line 141 of file ValueQuantity.h.
|
protected |
Definition at line 157 of file ValueQuantity.h.