CMS 3D CMS Logo

Public Member Functions | Private Attributes

HcalPedestalWidths Class Reference

#include <HcalPedestalWidths.h>

Inheritance diagram for HcalPedestalWidths:
HcalCondObjectContainer< HcalPedestalWidth > HcalCondObjectContainerBase

List of all members.

Public Member Functions

 HcalPedestalWidths ()
 HcalPedestalWidths (const HcalTopology *topo)
 HcalPedestalWidths (const HcalTopology *topo, 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 ( const HcalTopology topo) [inline]
HcalPedestalWidths::HcalPedestalWidths ( const HcalTopology topo,
bool  isADC 
) [inline]

Member Function Documentation

bool HcalPedestalWidths::isADC ( ) const [inline]

Definition at line 26 of file HcalPedestalWidths.h.

References unitIsADC.

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

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

Definition at line 30 of file HcalPedestalWidths.h.

References AlCaHLTBitMon_QueryRunRegistry::string.

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

Definition at line 28 of file HcalPedestalWidths.h.

References isADC(), and unitIsADC.


Member Data Documentation

Definition at line 33 of file HcalPedestalWidths.h.

Referenced by isADC(), and setUnitADC().