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 Member Functions | Private Attributes | Friends
HcalPedestals Class Reference

#include <HcalPedestals.h>

Inheritance diagram for HcalPedestals:
HcalCondObjectContainer< HcalPedestal > HcalCondObjectContainerBase

Public Member Functions

 HcalPedestals ()
 
 HcalPedestals (const HcalTopology *topo)
 
 HcalPedestals (const HcalTopology *topo, 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)
 
const bool exists (DetId fId) const
 
std::vector< DetIdgetAllChannels () const
 
const tAllContWithNames getAllContainers () const
 
const HcalPedestalgetValues (DetId fId, bool throwOnFail=true) const
 
 HcalCondObjectContainer (const HcalTopology *topo)
 
virtual ~HcalCondObjectContainer ()
 
- Public Member Functions inherited from HcalCondObjectContainerBase
int getCreatorPackedIndexVersion () const
 
void setTopo (const HcalTopology *topo)
 
const HcalTopologytopo () const
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Private Attributes

bool unitIsADC
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Additional Inherited Members

- Public Types inherited from HcalCondObjectContainer< HcalPedestal >
typedef std::vector< tHcalConttAllContWithNames
 
typedef std::pair< std::string,
std::vector< HcalPedestal > > 
tHcalCont
 
- Protected Member Functions inherited from HcalCondObjectContainerBase
HcalOtherSubdetector extractOther (const DetId &id) const
 
 HcalCondObjectContainerBase (HcalCondObjectContainerBase const &o)
 
 HcalCondObjectContainerBase (HcalCondObjectContainerBase &&)=default
 
 HcalCondObjectContainerBase (const HcalTopology *)
 
unsigned int indexFor (DetId) const
 
HcalCondObjectContainerBaseoperator= (HcalCondObjectContainerBase const &o)
 
HcalCondObjectContainerBaseoperator= (HcalCondObjectContainerBase &&)=default
 
unsigned int sizeFor (DetId) const
 
std::string textForId (const DetId &id) const
 
- Protected Attributes inherited from HcalCondObjectContainerBase
int packedIndexVersion_
 

Detailed Description

Author
Radek Ofierzynski POOL container to store Pedestal values 4xCapId, using template

Definition at line 17 of file HcalPedestals.h.

Constructor & Destructor Documentation

HcalPedestals::HcalPedestals ( )
inline
HcalPedestals::HcalPedestals ( const HcalTopology topo)
inline
HcalPedestals::HcalPedestals ( const HcalTopology topo,
bool  isADC 
)
inline

Member Function Documentation

bool HcalPedestals::isADC ( ) const
inline

Definition at line 28 of file HcalPedestals.h.

References unitIsADC.

Referenced by HcalDbService::buildCalibrations(), HcalDbXml::dumpObject(), and setUnitADC().

28 {return unitIsADC;}
std::string HcalPedestals::myname ( ) const
inlinevirtual

Reimplemented from HcalCondObjectContainer< HcalPedestal >.

Definition at line 32 of file HcalPedestals.h.

References AlCaHLTBitMon_QueryRunRegistry::string.

32 {return (std::string)"HcalPedestals";}
template<class Archive >
void HcalPedestals::serialize ( Archive &  ar,
const unsigned int  version 
)
private
void HcalPedestals::setUnitADC ( bool  isADC)
inline

Definition at line 30 of file HcalPedestals.h.

References isADC(), and unitIsADC.

30 {unitIsADC = isADC;}
bool isADC() const
Definition: HcalPedestals.h:28

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 38 of file HcalPedestals.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 38 of file HcalPedestals.h.

Member Data Documentation

bool HcalPedestals::unitIsADC
private

Definition at line 35 of file HcalPedestals.h.

Referenced by isADC(), and setUnitADC().