CMS 3D CMS Logo

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

#include <EcalLaserAPDPNRatios.h>

Classes

struct  EcalLaserAPDPNpair
 
struct  EcalLaserTimeStamp
 

Public Types

typedef EcalCondObjectContainer< EcalLaserAPDPNpairEcalLaserAPDPNRatiosMap
 
typedef std::vector< EcalLaserTimeStampEcalLaserTimeStampMap
 

Public Member Functions

 EcalLaserAPDPNRatios ()
 
const EcalLaserAPDPNRatiosMapgetLaserMap () const
 
const EcalLaserTimeStampMapgetTimeMap () const
 
void setTime (int hashedIndex, const EcalLaserTimeStamp &value)
 
void setValue (uint32_t rawId, const EcalLaserAPDPNpair &value)
 
 ~EcalLaserAPDPNRatios ()
 

Private Member Functions

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

Private Attributes

EcalLaserAPDPNRatiosMap laser_map
 
EcalLaserTimeStampMap time_map
 

Friends

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

Detailed Description

Author: Vladlen Timciuc, Caltech Created: 10 July 2007

Id
EcalLaserAPDPNRatios.h,v 1.5 2007/09/27 09:42:55 ferriff Exp

Definition at line 14 of file EcalLaserAPDPNRatios.h.

Member Typedef Documentation

Definition at line 33 of file EcalLaserAPDPNRatios.h.

Definition at line 34 of file EcalLaserAPDPNRatios.h.

Constructor & Destructor Documentation

EcalLaserAPDPNRatios::EcalLaserAPDPNRatios ( )
inline

Definition at line 36 of file EcalLaserAPDPNRatios.h.

36 : time_map(92) {}; // FIXME
EcalLaserTimeStampMap time_map
EcalLaserAPDPNRatios::~EcalLaserAPDPNRatios ( )
inline

Definition at line 37 of file EcalLaserAPDPNRatios.h.

37 {};

Member Function Documentation

const EcalLaserAPDPNRatiosMap& EcalLaserAPDPNRatios::getLaserMap ( ) const
inline
const EcalLaserTimeStampMap& EcalLaserAPDPNRatios::getTimeMap ( ) const
inline
template<class Archive >
void EcalLaserAPDPNRatios::serialize ( Archive &  ar,
const unsigned int  version 
)
private
void EcalLaserAPDPNRatios::setTime ( int  hashedIndex,
const EcalLaserTimeStamp value 
)
inline
void EcalLaserAPDPNRatios::setValue ( uint32_t  rawId,
const EcalLaserAPDPNpair value 
)
inline

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 50 of file EcalLaserAPDPNRatios.h.

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

Definition at line 50 of file EcalLaserAPDPNRatios.h.

Member Data Documentation

EcalLaserAPDPNRatiosMap EcalLaserAPDPNRatios::laser_map
private

Definition at line 46 of file EcalLaserAPDPNRatios.h.

Referenced by getLaserMap(), and setValue().

EcalLaserTimeStampMap EcalLaserAPDPNRatios::time_map
private

Definition at line 47 of file EcalLaserAPDPNRatios.h.

Referenced by getTimeMap(), and setTime().