CMS 3D CMS Logo

Public Member Functions | Private Attributes

CastorPedestals Class Reference

#include <CastorPedestals.h>

Inheritance diagram for CastorPedestals:
CastorCondObjectContainer< CastorPedestal >

List of all members.

Public Member Functions

 CastorPedestals ()
 CastorPedestals (bool isADC)
bool isADC () const
void setUnitADC (bool isADC)

Private Attributes

bool unitIsADC

Detailed Description

Author:
Panos Katsas (UoA) Modified by L.Mundim (Mar/2009) POOL container to store Pedestal values 4xCapId $Author: katsas
Panos Katsas (UoA) Modified by L.Mundim (Mar/2009) POOL object to store Pedestal values 4xCapId

Definition at line 16 of file CastorPedestals.h.


Constructor & Destructor Documentation

CastorPedestals::CastorPedestals ( ) [inline]

Definition at line 20 of file CastorPedestals.h.

CastorPedestals::CastorPedestals ( bool  isADC) [inline]

Member Function Documentation

bool CastorPedestals::isADC ( ) const [inline]

Definition at line 24 of file CastorPedestals.h.

References unitIsADC.

Referenced by CastorDbService::buildCalibrations(), CastorDbXml::dumpObject(), and setUnitADC().

{return unitIsADC;} 
void CastorPedestals::setUnitADC ( bool  isADC) [inline]

Definition at line 26 of file CastorPedestals.h.

References isADC(), and unitIsADC.


Member Data Documentation

Definition at line 29 of file CastorPedestals.h.

Referenced by isADC(), and setUnitADC().