CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
CastorPedestals Class Reference

#include <CastorPedestals.h>

Inheritance diagram for CastorPedestals:
CastorCondObjectContainer< CastorPedestal >

Public Member Functions

 CastorPedestals ()
 
 CastorPedestals (bool isADC)
 
bool isADC () const
 
void setUnitADC (bool isADC)
 
- Public Member Functions inherited from CastorCondObjectContainer< CastorPedestal >
bool addValues (const CastorPedestal &myItem)
 
 CastorCondObjectContainer ()
 
const bool exists (DetId fId) const
 
std::vector< DetIdgetAllChannels () const
 
const CastorPedestalgetValues (DetId fId, bool throwOnFail=true) const
 
std::string myname () const
 
 ~CastorCondObjectContainer ()
 

Private Attributes

 COND_SERIALIZABLE
 
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 18 of file CastorPedestals.h.

Constructor & Destructor Documentation

CastorPedestals::CastorPedestals ( )
inline
CastorPedestals::CastorPedestals ( bool  isADC)
inline

Member Function Documentation

bool CastorPedestals::isADC ( ) const
inline

Definition at line 26 of file CastorPedestals.h.

References unitIsADC.

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

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

Definition at line 28 of file CastorPedestals.h.

References isADC(), and unitIsADC.

28 {unitIsADC = isADC;}
bool isADC() const

Member Data Documentation

CastorPedestals::COND_SERIALIZABLE
private

Definition at line 34 of file CastorPedestals.h.

bool CastorPedestals::unitIsADC
private

Definition at line 31 of file CastorPedestals.h.

Referenced by isADC(), and setUnitADC().