CondFormats
EcalObjects
interface
EcalTPGWeights.h
Go to the documentation of this file.
1
#ifndef EcalTPGWeights_h
2
#define EcalTPGWeights_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include <map>
7
#include <cstdint>
8
9
class
EcalTPGWeights
{
10
public
:
11
EcalTPGWeights
();
12
~EcalTPGWeights
();
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
24
COND_SERIALIZABLE
;
25
};
26
27
#endif
w2
common ppss p3p6s2 common epss epspn46 common const1 w2
Definition:
inclppp.h:1
EcalTPGWeights::w3_
uint32_t w3_
Definition:
EcalTPGWeights.h:21
EcalTPGWeights::~EcalTPGWeights
~EcalTPGWeights()
Definition:
EcalTPGWeights.cc:5
EcalTPGWeights::w1_
uint32_t w1_
Definition:
EcalTPGWeights.h:19
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
EcalTPGWeights::w0_
uint32_t w0_
Definition:
EcalTPGWeights.h:18
EcalTPGWeights::getValues
void getValues(uint32_t &w0, uint32_t &w1, uint32_t &w2, uint32_t &w3, uint32_t &w4) const
Definition:
EcalTPGWeights.cc:7
EcalTPGWeights::w4_
uint32_t w4_
Definition:
EcalTPGWeights.h:22
EcalTPGWeights::w2_
uint32_t w2_
Definition:
EcalTPGWeights.h:20
EcalTPGWeights::EcalTPGWeights
EcalTPGWeights()
Definition:
EcalTPGWeights.cc:3
w4
common ppss p3p6s2 common epss epspn46 common const1 w4
Definition:
inclppp.h:1
EcalTPGWeights::setValues
void setValues(const uint32_t &w0, const uint32_t &w1, const uint32_t &w2, const uint32_t &w3, const uint32_t &w4)
Definition:
EcalTPGWeights.cc:15
Serializable.h
w3
common ppss p3p6s2 common epss epspn46 common const1 w3
Definition:
inclppp.h:1
EcalTPGWeights
Definition:
EcalTPGWeights.h:9
Generated for CMSSW Reference Manual by
1.8.16