CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTPGWeights.h
Go to the documentation of this file.
1 #ifndef EcalTPGWeights_h
2 #define EcalTPGWeights_h
3 
5 
6 #include <map>
7 #include <boost/cstdint.hpp>
8 
10 {
11  public:
12  EcalTPGWeights() ;
13  ~EcalTPGWeights() ;
14 
15  void getValues(uint32_t & w0,
16  uint32_t & w1,
17  uint32_t & w2,
18  uint32_t & w3,
19  uint32_t & w4) const ;
20  void setValues(const uint32_t & w0,
21  const uint32_t & w1,
22  const uint32_t & w2,
23  const uint32_t & w3,
24  const uint32_t & w4) ;
25 
26 
27  private:
28  uint32_t w0_ ;
29  uint32_t w1_ ;
30  uint32_t w2_ ;
31  uint32_t w3_ ;
32  uint32_t w4_ ;
33 
34 
35 
37 };
38 
39 #endif
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
#define COND_SERIALIZABLE
Definition: Serializable.h:37
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)