CMS 3D CMS Logo

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

#include <ValueQuantity.h>

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

Public Member Functions

virtual uint32_t getBin (int l)
 
virtual int getValue (int l)
 
 LumiSection ()
 
 LumiSection (int n)
 
virtual LumiSectionmakeCopy ()
 
virtual double max ()
 
virtual double min ()
 
virtual std::string name ()
 
virtual int nbins ()
 
virtual void setMax (double x)
 
virtual ~LumiSection ()
 
- 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 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 setMin (double)
 
virtual void setNbins (int)
 
virtual int wofnbins ()
 
virtual ~Quantity ()
 

Protected Attributes

int _n
 
- Protected Attributes inherited from hcaldqm::quantity::ValueQuantity
ValueQuantityType _type
 
- Protected Attributes inherited from hcaldqm::quantity::Quantity
AxisType _axistype
 
bool _isLog
 
std::string _name
 

Detailed Description

Definition at line 332 of file ValueQuantity.h.

Constructor & Destructor Documentation

hcaldqm::quantity::LumiSection::LumiSection ( )
inline
hcaldqm::quantity::LumiSection::LumiSection ( int  n)
inline
virtual hcaldqm::quantity::LumiSection::~LumiSection ( )
inlinevirtual

Definition at line 340 of file ValueQuantity.h.

340 {}

Member Function Documentation

virtual uint32_t hcaldqm::quantity::LumiSection::getBin ( int  l)
inlinevirtual
virtual int hcaldqm::quantity::LumiSection::getValue ( int  l)
inlinevirtual

Reimplemented from hcaldqm::quantity::ValueQuantity.

Definition at line 349 of file ValueQuantity.h.

References checklumidiff::l.

349 {return l;}
virtual LumiSection* hcaldqm::quantity::LumiSection::makeCopy ( )
inlinevirtual

Reimplemented from hcaldqm::quantity::ValueQuantity.

Definition at line 342 of file ValueQuantity.h.

virtual double hcaldqm::quantity::LumiSection::max ( )
inlinevirtual

Reimplemented from hcaldqm::quantity::ValueQuantity.

Definition at line 348 of file ValueQuantity.h.

348 {return _n+1;}
virtual double hcaldqm::quantity::LumiSection::min ( )
inlinevirtual

Reimplemented from hcaldqm::quantity::ValueQuantity.

Definition at line 347 of file ValueQuantity.h.

347 {return 1;}
virtual std::string hcaldqm::quantity::LumiSection::name ( void  )
inlinevirtual
virtual int hcaldqm::quantity::LumiSection::nbins ( )
inlinevirtual

Reimplemented from hcaldqm::quantity::ValueQuantity.

Definition at line 346 of file ValueQuantity.h.

virtual void hcaldqm::quantity::LumiSection::setMax ( double  x)
inlinevirtual

Reimplemented from hcaldqm::quantity::Quantity.

Definition at line 352 of file ValueQuantity.h.

Member Data Documentation

int hcaldqm::quantity::LumiSection::_n
protected

Definition at line 355 of file ValueQuantity.h.