CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Classes | Public Types | Public Member Functions | Private Attributes
EcalTimeDependentCorrections Class Reference

#include <EcalTimeDependentCorrections.h>

Classes

struct  Times
 
struct  Values
 

Public Types

typedef std::vector< TimesEcalTimeMap
 
typedef
EcalCondObjectContainer
< Values
EcalValueMap
 

Public Member Functions

 EcalTimeDependentCorrections ()
 
const EcalTimeMapgetTimeMap () const
 
const EcalValueMapgetValueMap () const
 
void setTime (int hashedIndex, const Times &value)
 
void setValue (uint32_t rawId, const Values &value)
 
 ~EcalTimeDependentCorrections ()
 

Private Attributes

EcalTimeMap time_map
 
EcalValueMap value_map
 

Detailed Description

Author: Vladlen Timciuc, Caltech Created: 10 July 2007

Id:
EcalLaserAPDPNRatios.h,v 1.6 2009/06/24 09:42:27 fra Exp

Definition at line 12 of file EcalTimeDependentCorrections.h.

Member Typedef Documentation

Definition at line 28 of file EcalTimeDependentCorrections.h.

Definition at line 27 of file EcalTimeDependentCorrections.h.

Constructor & Destructor Documentation

EcalTimeDependentCorrections::EcalTimeDependentCorrections ( )
inline

Definition at line 30 of file EcalTimeDependentCorrections.h.

30 : time_map(92) {}; // FIXME
EcalTimeDependentCorrections::~EcalTimeDependentCorrections ( )
inline

Definition at line 31 of file EcalTimeDependentCorrections.h.

31 {};

Member Function Documentation

const EcalTimeMap& EcalTimeDependentCorrections::getTimeMap ( ) const
inline
const EcalValueMap& EcalTimeDependentCorrections::getValueMap ( ) const
inline
void EcalTimeDependentCorrections::setTime ( int  hashedIndex,
const Times value 
)
inline
void EcalTimeDependentCorrections::setValue ( uint32_t  rawId,
const Values value 
)
inline

Member Data Documentation

EcalTimeMap EcalTimeDependentCorrections::time_map
private

Definition at line 41 of file EcalTimeDependentCorrections.h.

Referenced by getTimeMap(), and setTime().

EcalValueMap EcalTimeDependentCorrections::value_map
private

Definition at line 40 of file EcalTimeDependentCorrections.h.

Referenced by getValueMap(), and setValue().