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
CastorPedestalWidths Class Reference

#include <CastorPedestalWidths.h>

Inheritance diagram for CastorPedestalWidths:
CastorCondObjectContainer< CastorPedestalWidth >

Public Member Functions

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

Private Attributes

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

References unitIsADC.

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

std::string const CastorPedestalWidths::myname ( )
inline

Definition at line 30 of file CastorPedestalWidths.h.

References AlCaHLTBitMon_QueryRunRegistry::string.

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

Definition at line 28 of file CastorPedestalWidths.h.

References isADC(), and unitIsADC.

Member Data Documentation

CastorPedestalWidths::COND_SERIALIZABLE
private

Definition at line 36 of file CastorPedestalWidths.h.

bool CastorPedestalWidths::unitIsADC
private

Definition at line 33 of file CastorPedestalWidths.h.

Referenced by isADC(), and setUnitADC().