CMS 3D CMS Logo

List of all members | Public Member Functions | Protected Attributes
hcaldqm::quantity::EventNumber Class Reference

#include <ValueQuantity.h>

Inheritance diagram for hcaldqm::quantity::EventNumber:
hcaldqm::quantity::ValueQuantity hcaldqm::quantity::Quantity

Public Member Functions

 EventNumber ()
 
 EventNumber (int nevents)
 
double max () override
 
double min () override
 
std::string name () override
 
int nbins () override
 
 ~EventNumber () override
 
- Public Member Functions inherited from hcaldqm::quantity::ValueQuantity
int getValue (int x) override
 
double getValue (double x) override
 
ValueQuantitymakeCopy () 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 (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 ()
 
 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

int _nevents
 
- 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
 

Detailed Description

Definition at line 473 of file ValueQuantity.h.

Constructor & Destructor Documentation

hcaldqm::quantity::EventNumber::EventNumber ( )
inline

Definition at line 475 of file ValueQuantity.h.

475 {}
hcaldqm::quantity::EventNumber::EventNumber ( int  nevents)
inline
hcaldqm::quantity::EventNumber::~EventNumber ( )
inlineoverride

Definition at line 477 of file ValueQuantity.h.

477 {}

Member Function Documentation

double hcaldqm::quantity::EventNumber::max ( )
inlineoverridevirtual

Reimplemented from hcaldqm::quantity::ValueQuantity.

Definition at line 482 of file ValueQuantity.h.

482 { return _nevents + 0.5; }
double hcaldqm::quantity::EventNumber::min ( )
inlineoverridevirtual

Reimplemented from hcaldqm::quantity::ValueQuantity.

Definition at line 481 of file ValueQuantity.h.

481 { return 0.5; }
std::string hcaldqm::quantity::EventNumber::name ( void  )
inlineoverridevirtual
int hcaldqm::quantity::EventNumber::nbins ( )
inlineoverridevirtual

Reimplemented from hcaldqm::quantity::ValueQuantity.

Definition at line 480 of file ValueQuantity.h.

Member Data Documentation

int hcaldqm::quantity::EventNumber::_nevents
protected

Definition at line 485 of file ValueQuantity.h.