CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Private Member Functions | Private Attributes | Friends
EcalTBWeights Class Reference

#include <EcalTBWeights.h>

Public Types

typedef std::map< std::pair< EcalXtalGroupId, EcalTDCId >, EcalWeightSetEcalTBWeightMap
 
typedef int EcalTDCId
 

Public Member Functions

 EcalTBWeights ()
 
const EcalTBWeightMapgetMap () const
 
void setValue (const EcalXtalGroupId &groupId, const EcalTDCId &tdcId, const EcalWeightSet &weight)
 
void setValue (const std::pair< EcalXtalGroupId, EcalTDCId > &keyPair, const EcalWeightSet &weight)
 
 ~EcalTBWeights ()
 

Private Member Functions

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

Private Attributes

EcalTBWeightMap map_
 

Friends

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

Detailed Description

Author: Shahram Rahatlou, University of Rome & INFN Created: 22 Feb 2006

Id

Definition at line 18 of file EcalTBWeights.h.

Member Typedef Documentation

Definition at line 21 of file EcalTBWeights.h.

Definition at line 20 of file EcalTBWeights.h.

Constructor & Destructor Documentation

EcalTBWeights::EcalTBWeights ( )

Author: Shahram Rahatlou, University of Rome & INFN Created: 22 Feb 2006

Id
EcalTBWeights.cc,v 1.3 2006/02/23 16:56:35 rahatlou Exp

Definition at line 11 of file EcalTBWeights.cc.

11  {
12 
13 }
EcalTBWeights::~EcalTBWeights ( )

Definition at line 15 of file EcalTBWeights.cc.

15  {
16 }

Member Function Documentation

const EcalTBWeightMap& EcalTBWeights::getMap ( ) const
inline
template<class Archive >
void EcalTBWeights::serialize ( Archive &  ar,
const unsigned int  version 
)
private
void EcalTBWeights::setValue ( const EcalXtalGroupId groupId,
const EcalTDCId tdcId,
const EcalWeightSet weight 
)
void EcalTBWeights::setValue ( const std::pair< EcalXtalGroupId, EcalTDCId > &  keyPair,
const EcalWeightSet weight 
)

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 36 of file EcalTBWeights.h.

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

Definition at line 36 of file EcalTBWeights.h.

Member Data Documentation

EcalTBWeightMap EcalTBWeights::map_
private

Definition at line 34 of file EcalTBWeights.h.

Referenced by getMap(), and setValue().