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 | Friends
HcalGainWidths Class Reference

#include <HcalGainWidths.h>

Inheritance diagram for HcalGainWidths:
HcalCondObjectContainer< HcalGainWidth > HcalCondObjectContainerBase

Public Member Functions

 HcalGainWidths ()
 
 HcalGainWidths (const HcalTopology *topo)
 
std::string myname () const
 
- Public Member Functions inherited from HcalCondObjectContainer< HcalGainWidth >
bool addValues (const HcalGainWidth &myItem)
 
const bool exists (DetId fId) const
 
std::vector< DetIdgetAllChannels () const
 
const tAllContWithNames getAllContainers () const
 
const HcalGainWidthgetValues (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< HcalGainWidth >
typedef std::vector< tHcalConttAllContWithNames
 
typedef std::pair< std::string,
std::vector< HcalGainWidth > > 
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 GainWidth values 4xCapId

Definition at line 17 of file HcalGainWidths.h.

Constructor & Destructor Documentation

HcalGainWidths::HcalGainWidths ( )
inline
HcalGainWidths::HcalGainWidths ( const HcalTopology topo)
inline

Member Function Documentation

std::string HcalGainWidths::myname ( ) const
inlinevirtual

Reimplemented from HcalCondObjectContainer< HcalGainWidth >.

Definition at line 25 of file HcalGainWidths.h.

References AlCaHLTBitMon_QueryRunRegistry::string.

25 {return (std::string)"HcalGainWidths";}
template<class Archive >
void HcalGainWidths::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 29 of file HcalGainWidths.h.

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

Definition at line 29 of file HcalGainWidths.h.