CMS 3D CMS Logo

Public Member Functions | Private Attributes

HcalPedestals Class Reference

#include <HcalPedestals.h>

Inheritance diagram for HcalPedestals:
HcalCondObjectContainer< HcalPedestal >

List of all members.

Public Member Functions

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

Private Attributes

bool unitIsADC

Detailed Description

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

Definition at line 15 of file HcalPedestals.h.


Constructor & Destructor Documentation

HcalPedestals::HcalPedestals ( ) [inline]

Definition at line 19 of file HcalPedestals.h.

HcalPedestals::HcalPedestals ( bool  isADC) [inline]

Member Function Documentation

bool HcalPedestals::isADC ( ) const [inline]
std::string HcalPedestals::myname ( ) const [inline, virtual]

Reimplemented from HcalCondObjectContainer< HcalPedestal >.

Definition at line 27 of file HcalPedestals.h.

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

Definition at line 25 of file HcalPedestals.h.

References isADC(), and unitIsADC.


Member Data Documentation

bool HcalPedestals::unitIsADC [private]

Definition at line 30 of file HcalPedestals.h.

Referenced by isADC(), and setUnitADC().