![]() |
![]() |
#include <ValueQuantity.h>
Public Member Functions | |
EventType () | |
EventType (std::vector< uint32_t > const &vtypes) | |
uint32_t | getBin (int v) override |
std::vector< std::string > | getLabels () override |
int | getValue (int v) override |
EventType * | makeCopy () override |
double | max () override |
double | min () override |
std::string | name () override |
int | nbins () override |
virtual void | setup (std::vector< uint32_t > const &vtypes) |
~EventType () override | |
![]() | |
double | getValue (double x) override |
void | setBits (TH1 *o) override |
virtual void | setLS (TH1 *o) |
QuantityType | type () override |
ValueQuantity () | |
ValueQuantity (ValueQuantityType type, bool isLog=false) | |
~ValueQuantity () override | |
![]() | |
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 Types | |
typedef boost::unordered_map< uint32_t, int > | TypeMap |
Protected Attributes | |
TypeMap | _types |
![]() | |
ValueQuantityType | _type |
![]() | |
AxisType | _axistype |
bool | _isLog |
std::string | _name |
bool | _showOverflow |
Definition at line 488 of file ValueQuantity.h.
|
protected |
Definition at line 508 of file ValueQuantity.h.
|
inline |
Definition at line 490 of file ValueQuantity.h.
|
inline |
Definition at line 491 of file ValueQuantity.h.
References GeneralSetup::setup().
|
inlineoverride |
Definition at line 492 of file ValueQuantity.h.
|
inlineoverridevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Definition at line 500 of file ValueQuantity.h.
References hcaldqm::quantity::ValueQuantity::getValue().
Referenced by BTagWeightCalculator.BTagWeightCalculator::calcJetWeightImpl().
|
inlineoverridevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Definition at line 512 of file ValueQuantity.h.
References gather_cfg::cout, tablePrinter::labels, hcaldqm::utilities::ogtype2string(), and findQualityFiles::v.
|
inlineoverridevirtual |
Reimplemented from hcaldqm::quantity::ValueQuantity.
Definition at line 499 of file ValueQuantity.h.
|
inlineoverridevirtual |
Reimplemented from hcaldqm::quantity::ValueQuantity.
Definition at line 520 of file ValueQuantity.h.
References GetRecoTauVFromDQM_MC_cff::EventType, AlCaHLTBitMon_ParallelJobs::p, and jetUpdater_cfi::sort.
|
inlineoverridevirtual |
Reimplemented from hcaldqm::quantity::ValueQuantity.
Definition at line 504 of file ValueQuantity.h.
|
inlineoverridevirtual |
Reimplemented from hcaldqm::quantity::ValueQuantity.
Definition at line 503 of file ValueQuantity.h.
|
inlineoverridevirtual |
Reimplemented from hcaldqm::quantity::Quantity.
Definition at line 505 of file ValueQuantity.h.
Referenced by config.CFG::__str__(), validation.Sample::digest(), VIDSelectorBase.VIDSelectorBase::initialize(), and Vispa.Views.PropertyView.Property::valueChanged().
|
inlineoverridevirtual |
Reimplemented from hcaldqm::quantity::ValueQuantity.
Definition at line 502 of file ValueQuantity.h.
|
inlinevirtual |
|
protected |
Definition at line 509 of file ValueQuantity.h.
Referenced by VarParsing.VarParsing::__getattr__(), VarParsing.VarParsing::_convert(), TreeCrawler.mymf::load_module(), VarParsing.VarParsing::register(), and VarParsing.VarParsing::setType().