CMS 3D CMS Logo

EcalTPGWeights Class Reference

#include <CondFormats/EcalObjects/interface/EcalTPGWeights.h>

List of all members.

Public Member Functions

 EcalTPGWeights ()
void getValues (uint32_t &w0, uint32_t &w1, uint32_t &w2, uint32_t &w3, uint32_t &w4) const
void setValues (const uint32_t &w0, const uint32_t &w1, const uint32_t &w2, const uint32_t &w3, const uint32_t &w4)
 ~EcalTPGWeights ()

Private Attributes

uint32_t w0_
uint32_t w1_
uint32_t w2_
uint32_t w3_
uint32_t w4_


Detailed Description

Definition at line 7 of file EcalTPGWeights.h.


Constructor & Destructor Documentation

EcalTPGWeights::EcalTPGWeights (  ) 

Definition at line 4 of file EcalTPGWeights.cc.

00005   : w0_(0), w1_(0), w2_(0), w3_(0), w4_(0)
00006 { }

EcalTPGWeights::~EcalTPGWeights (  ) 

Definition at line 8 of file EcalTPGWeights.cc.

00009 { }


Member Function Documentation

void EcalTPGWeights::getValues ( uint32_t &  w0,
uint32_t &  w1,
uint32_t &  w2,
uint32_t &  w3,
uint32_t &  w4 
) const

Definition at line 11 of file EcalTPGWeights.cc.

References w0_, w1_, w2_, w3_, and w4_.

00016 {
00017   w0 = w0_ ;
00018   w1 = w1_ ;
00019   w2 = w2_ ;
00020   w3 = w3_ ;
00021   w4 = w4_ ;
00022 }

void EcalTPGWeights::setValues ( const uint32_t &  w0,
const uint32_t &  w1,
const uint32_t &  w2,
const uint32_t &  w3,
const uint32_t &  w4 
)

Definition at line 24 of file EcalTPGWeights.cc.

References w0_, w1_, w2_, w3_, and w4_.

Referenced by EcalTrigPrimESProducer::produceWeight().

00029 {
00030   w0_ = w0 ;
00031   w1_ = w1 ;
00032   w2_ = w2 ;
00033   w3_ = w3 ;
00034   w4_ = w4 ;
00035 }


Member Data Documentation

uint32_t EcalTPGWeights::w0_ [private]

Definition at line 26 of file EcalTPGWeights.h.

Referenced by getValues(), and setValues().

uint32_t EcalTPGWeights::w1_ [private]

Definition at line 27 of file EcalTPGWeights.h.

Referenced by getValues(), and setValues().

uint32_t EcalTPGWeights::w2_ [private]

Definition at line 28 of file EcalTPGWeights.h.

Referenced by getValues(), and setValues().

uint32_t EcalTPGWeights::w3_ [private]

Definition at line 29 of file EcalTPGWeights.h.

Referenced by getValues(), and setValues().

uint32_t EcalTPGWeights::w4_ [private]

Definition at line 30 of file EcalTPGWeights.h.

Referenced by getValues(), and setValues().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:20:00 2009 for CMSSW by  doxygen 1.5.4