CMS 3D CMS Logo

EcalTPGWeights.cc
Go to the documentation of this file.
2 
3 
5  : w0_(0), w1_(0), w2_(0), w3_(0), w4_(0)
6 { }
7 
9 { }
10 
11 void EcalTPGWeights::getValues(uint32_t & w0,
12  uint32_t & w1,
13  uint32_t & w2,
14  uint32_t & w3,
15  uint32_t & w4) const
16 {
17  w0 = w0_ ;
18  w1 = w1_ ;
19  w2 = w2_ ;
20  w3 = w3_ ;
21  w4 = w4_ ;
22 }
23 
24 void EcalTPGWeights::setValues(const uint32_t & w0,
25  const uint32_t & w1,
26  const uint32_t & w2,
27  const uint32_t & w3,
28  const uint32_t & w4)
29 {
30  w0_ = w0 ;
31  w1_ = w1 ;
32  w2_ = w2 ;
33  w3_ = w3 ;
34  w4_ = w4 ;
35 }
common ppss p3p6s2 common epss epspn46 common const1 w2
Definition: inclppp.h:1
void getValues(uint32_t &w0, uint32_t &w1, uint32_t &w2, uint32_t &w3, uint32_t &w4) const
common ppss p3p6s2 common epss epspn46 common const1 w4
Definition: inclppp.h:1
common ppss p3p6s2 common epss epspn46 common const1 w3
Definition: inclppp.h:1
void setValues(const uint32_t &w0, const uint32_t &w1, const uint32_t &w2, const uint32_t &w3, const uint32_t &w4)