CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Friends
HcalChannelQuality Class Reference

#include <HcalChannelQuality.h>

Inheritance diagram for HcalChannelQuality:
HcalCondObjectContainer< HcalChannelStatus > HcalCondObjectContainerBase

Public Member Functions

 HcalChannelQuality ()
 
 HcalChannelQuality (const HcalTopology *topo)
 
std::string myname () const override
 
- Public Member Functions inherited from HcalCondObjectContainer< HcalChannelStatus >
bool addValues (const HcalChannelStatus &myItem)
 
bool exists (DetId fId) const
 
std::vector< DetIdgetAllChannels () const
 
const tAllContWithNames getAllContainers () const
 
const HcalChannelStatusgetValues (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)
 

Friends

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

Additional Inherited Members

- Public Types inherited from HcalCondObjectContainer< HcalChannelStatus >
typedef std::vector< tHcalConttAllContWithNames
 
typedef std::pair< std::string, std::vector< HcalChannelStatus > > 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 object to store HcalChannelStatus

Definition at line 17 of file HcalChannelQuality.h.

Constructor & Destructor Documentation

◆ HcalChannelQuality() [1/2]

HcalChannelQuality::HcalChannelQuality ( )
inline

◆ HcalChannelQuality() [2/2]

HcalChannelQuality::HcalChannelQuality ( const HcalTopology topo)
inline

Member Function Documentation

◆ myname()

std::string HcalChannelQuality::myname ( ) const
inlineoverridevirtual

Reimplemented from HcalCondObjectContainer< HcalChannelStatus >.

Definition at line 24 of file HcalChannelQuality.h.

References AlCaHLTBitMon_QueryRunRegistry::string.

24 { return (std::string) "HcalChannelQuality"; }

◆ serialize()

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

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 27 of file HcalChannelQuality.h.

◆ cond::serialization::access

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

Definition at line 27 of file HcalChannelQuality.h.