Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CondFormats
ESObjects
src
ESTBWeights.cc
Go to the documentation of this file.
1
#include "
CondFormats/ESObjects/interface/ESTBWeights.h
"
2
//
3
// defualt ctor creates vectors of length EBDataFrame::MAXSAMPLES==10
4
//
5
ESTBWeights::ESTBWeights
() {
6
7
}
8
9
ESTBWeights::~ESTBWeights
() {
10
}
11
12
void
13
ESTBWeights::setValue
(
const
ESStripGroupId
& groupId,
14
const
ESWeightSet
&
weight
) {
15
map_
.insert( std::make_pair(groupId ,weight) );
16
}
17
18
puppiForMET_cff.weight
tuple weight
Definition:
puppiForMET_cff.py:35
ESTBWeights::map_
ESTBWeightMap map_
Definition:
ESTBWeights.h:26
ESTBWeights::setValue
void setValue(const ESStripGroupId &groupId, const ESWeightSet &weight)
Definition:
ESTBWeights.cc:13
ESWeightSet
Definition:
ESWeightSet.h:10
ESTBWeights::ESTBWeights
ESTBWeights()
Definition:
ESTBWeights.cc:5
ESTBWeights.h
ESTBWeights::~ESTBWeights
~ESTBWeights()
Definition:
ESTBWeights.cc:9
ESStripGroupId
Definition:
ESStripGroupId.h:6
Generated for CMSSW Reference Manual by
1.8.5