#include <ValueQuantity.h>
Public Member Functions | |
virtual int | getValue (int x) |
virtual double | getValue (double x) |
virtual ValueQuantity * | makeCopy () |
virtual double | max () |
virtual double | min () |
virtual int | nbins () |
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 (int) |
virtual uint32_t | getBin (double) |
virtual std::vector< std::string > | getLabels () |
virtual int | getValue (HcalDetId const &) |
virtual int | getValue (HcalElectronicsId const &) |
virtual int | getValue (HcalTrigTowerDetId const &) |
virtual bool | isCoordinate () |
virtual bool | isLog () |
virtual std::string | name () |
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 | |
ValueQuantityType | _type |
Protected Attributes inherited from hcaldqm::quantity::Quantity | |
AxisType | _axistype |
bool | _isLog |
std::string | _name |
Definition at line 88 of file ValueQuantity.h.
|
inline |
|
inline |
Definition at line 92 of file ValueQuantity.h.
|
inlinevirtual |
Definition at line 95 of file ValueQuantity.h.
|
inlinevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Reimplemented in hcaldqm::quantity::EventType, hcaldqm::quantity::RunNumber, hcaldqm::quantity::LumiSection, and hcaldqm::quantity::FlagQuantity.
Definition at line 101 of file ValueQuantity.h.
|
inlinevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Definition at line 103 of file ValueQuantity.h.
|
inlinevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Reimplemented in hcaldqm::quantity::EventType, hcaldqm::quantity::LumiSection, and hcaldqm::quantity::FlagQuantity.
Definition at line 97 of file ValueQuantity.h.
References hcaldqm::quantity::Quantity::_isLog, _type, and ValueQuantity().
|
inlinevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Reimplemented in hcaldqm::quantity::EventType, hcaldqm::quantity::EventNumber, hcaldqm::quantity::RunNumber, hcaldqm::quantity::LumiSection, and hcaldqm::quantity::FlagQuantity.
Definition at line 110 of file ValueQuantity.h.
References _type, and hcaldqm::quantity::max_value.
Referenced by ZDCTask::bookHistograms().
|
inlinevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Reimplemented in hcaldqm::quantity::EventType, hcaldqm::quantity::EventNumber, hcaldqm::quantity::RunNumber, hcaldqm::quantity::LumiSection, and hcaldqm::quantity::FlagQuantity.
Definition at line 109 of file ValueQuantity.h.
References _type, and hcaldqm::quantity::min_value.
Referenced by ZDCTask::bookHistograms().
|
inlinevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Reimplemented in hcaldqm::quantity::EventType, hcaldqm::quantity::EventNumber, hcaldqm::quantity::RunNumber, hcaldqm::quantity::LumiSection, and hcaldqm::quantity::FlagQuantity.
Definition at line 108 of file ValueQuantity.h.
References _type, and hcaldqm::quantity::nbins_value.
Referenced by ZDCTask::bookHistograms().
|
inlinevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Definition at line 112 of file ValueQuantity.h.
References hcaldqm::quantity::Quantity::setBits(), and setLS().
|
inlinevirtual |
Definition at line 114 of file ValueQuantity.h.
References _type, hcaldqm::constants::BIT_AXIS_LS, hcaldqm::constants::BIT_OFFSET, and hcaldqm::quantity::fLS.
Referenced by setBits().
|
inlinevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Definition at line 107 of file ValueQuantity.h.
References hcaldqm::quantity::fValueQuantity.
Referenced by cuy.ValElement::__init__(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::inputCommands(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputCommands(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputEventContent(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties().
|
protected |
Definition at line 126 of file ValueQuantity.h.
Referenced by cfg-viewer.unscheduled::_proceed(), Vispa.Gui.PortConnection.PointToPointConnection::calculateRoute(), makeCopy(), max(), min(), nbins(), SequenceTypes.ExpandVisitor::result(), and setLS().