CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
HcalPedestalWidths Class Reference

#include <HcalPedestalWidths.h>

Inheritance diagram for HcalPedestalWidths:
HcalCondObjectContainer< HcalPedestalWidth >

Public Member Functions

 HcalPedestalWidths ()
 
 HcalPedestalWidths (bool isADC)
 
bool isADC () const
 
std::string const myname ()
 
void setUnitADC (bool isADC)
 
- Public Member Functions inherited from HcalCondObjectContainer< HcalPedestalWidth >
bool addValues (const HcalPedestalWidth &myItem, bool h2mode_=false)
 
const bool exists (DetId fId) const
 
std::vector< DetIdgetAllChannels () const
 
const tAllContWithNames getAllContainers () const
 
const HcalPedestalWidthgetValues (DetId fId) const
 
 HcalCondObjectContainer ()
 
virtual std::string myname () const
 
virtual ~HcalCondObjectContainer ()
 

Private Attributes

bool unitIsADC
 

Additional Inherited Members

- Public Types inherited from HcalCondObjectContainer< HcalPedestalWidth >
typedef std::vector< tHcalConttAllContWithNames
 
typedef std::pair< std::string,
std::vector< HcalPedestalWidth > > 
tHcalCont
 

Detailed Description

Author
Radek Ofierzynski POOL container to store PedestalWidth values 4xCapId, using template

Definition at line 15 of file HcalPedestalWidths.h.

Constructor & Destructor Documentation

HcalPedestalWidths::HcalPedestalWidths ( )
inline
HcalPedestalWidths::HcalPedestalWidths ( bool  isADC)
inline

Member Function Documentation

bool HcalPedestalWidths::isADC ( ) const
inline

Definition at line 23 of file HcalPedestalWidths.h.

References unitIsADC.

Referenced by HcalDbService::buildCalibWidths(), and setUnitADC().

23 {return unitIsADC;}
std::string const HcalPedestalWidths::myname ( )
inline

Definition at line 27 of file HcalPedestalWidths.h.

27 {return (std::string)"HcalPedestalWidths";}
void HcalPedestalWidths::setUnitADC ( bool  isADC)
inline

Definition at line 25 of file HcalPedestalWidths.h.

References isADC(), and unitIsADC.

Member Data Documentation

bool HcalPedestalWidths::unitIsADC
private

Definition at line 30 of file HcalPedestalWidths.h.

Referenced by isADC(), and setUnitADC().