Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
ESTBWeights::map_
ESTBWeightMap map_
Definition:
ESTBWeights.h:24
ESTBWeights::setValue
void setValue(const ESStripGroupId &groupId, const ESWeightSet &weight)
Definition:
ESTBWeights.cc:13
ESWeightSet
Definition:
ESWeightSet.h:8
ESTBWeights::ESTBWeights
ESTBWeights()
Definition:
ESTBWeights.cc:5
ESTBWeights.h
ESTBWeights::~ESTBWeights
~ESTBWeights()
Definition:
ESTBWeights.cc:9
histoStyle.weight
int weight
Definition:
histoStyle.py:50
ESStripGroupId
Definition:
ESStripGroupId.h:4
Generated for CMSSW Reference Manual by
1.8.5