CMS 3D CMS Logo

Public Member Functions | Private Attributes

CastorPedestalWidths Class Reference

#include <CastorPedestalWidths.h>

Inheritance diagram for CastorPedestalWidths:
CastorCondObjectContainer< CastorPedestalWidth >

List of all members.

Public Member Functions

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

Private Attributes

bool unitIsADC

Detailed Description

Author:
Radek Ofierzynski Modified by L.Mundim (Mar/2009) POOL container to store PedestalWidth values 4xCapId, using template

Definition at line 16 of file CastorPedestalWidths.h.


Constructor & Destructor Documentation

CastorPedestalWidths::CastorPedestalWidths ( ) [inline]
CastorPedestalWidths::CastorPedestalWidths ( bool  isADC) [inline]

Member Function Documentation

bool CastorPedestalWidths::isADC ( ) const [inline]

Definition at line 24 of file CastorPedestalWidths.h.

References unitIsADC.

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

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

Definition at line 28 of file CastorPedestalWidths.h.

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

Definition at line 26 of file CastorPedestalWidths.h.

References isADC(), and unitIsADC.


Member Data Documentation

Definition at line 31 of file CastorPedestalWidths.h.

Referenced by isADC(), and setUnitADC().