CMS 3D CMS Logo

Public Member Functions | Private Attributes

HcalPedestalWidths Class Reference

#include <HcalPedestalWidths.h>

Inheritance diagram for HcalPedestalWidths:
HcalCondObjectContainer< HcalPedestalWidth >

List of all members.

Public Member Functions

 HcalPedestalWidths ()
 HcalPedestalWidths (bool isADC)
bool isADC () const
std::string const myname ()
void setUnitADC (bool isADC)

Private Attributes

bool unitIsADC

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().

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

Definition at line 27 of file HcalPedestalWidths.h.

{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

Definition at line 30 of file HcalPedestalWidths.h.

Referenced by isADC(), and setUnitADC().