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

#include <HcalPedestals.h>

Inheritance diagram for HcalPedestals:
HcalCondObjectContainer< HcalPedestal >

Public Member Functions

 HcalPedestals ()
 
 HcalPedestals (bool isADC)
 
bool isADC () const
 
std::string myname () const
 
void setUnitADC (bool isADC)
 
- Public Member Functions inherited from HcalCondObjectContainer< HcalPedestal >
bool addValues (const HcalPedestal &myItem, bool h2mode_=false)
 
const bool exists (DetId fId) const
 
std::vector< DetIdgetAllChannels () const
 
const tAllContWithNames getAllContainers () const
 
const HcalPedestalgetValues (DetId fId) const
 
 HcalCondObjectContainer ()
 
virtual ~HcalCondObjectContainer ()
 

Private Attributes

bool unitIsADC
 

Additional Inherited Members

- Public Types inherited from HcalCondObjectContainer< HcalPedestal >
typedef std::vector< tHcalConttAllContWithNames
 
typedef std::pair< std::string,
std::vector< HcalPedestal > > 
tHcalCont
 

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
HcalPedestals::HcalPedestals ( bool  isADC)
inline

Member Function Documentation

bool HcalPedestals::isADC ( ) const
inline
std::string HcalPedestals::myname ( ) const
inlinevirtual

Reimplemented from HcalCondObjectContainer< HcalPedestal >.

Definition at line 27 of file HcalPedestals.h.

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

Definition at line 25 of file HcalPedestals.h.

References isADC(), and unitIsADC.

25 {unitIsADC = isADC;}
bool isADC() const
Definition: HcalPedestals.h:23

Member Data Documentation

bool HcalPedestals::unitIsADC
private

Definition at line 30 of file HcalPedestals.h.

Referenced by isADC(), and setUnitADC().