CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 <cstdint>
8 
10 public:
13 
14  void getValues(uint32_t& w0, uint32_t& w1, uint32_t& w2, uint32_t& w3, uint32_t& w4) const;
15  void setValues(const uint32_t& w0, const uint32_t& w1, const uint32_t& w2, const uint32_t& w3, const uint32_t& w4);
16 
17 private:
18  uint32_t w0_;
19  uint32_t w1_;
20  uint32_t w2_;
21  uint32_t w3_;
22  uint32_t w4_;
23 
25 };
26 
27 #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:39
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)