Main Page
Namespaces
Classes
Package Documentation
RecoBTag
PerformanceDB
plugins
BtagPerformanceESProducer.h
Go to the documentation of this file.
1
#ifndef RecoBTag_PerformanceFW_BtagPerformanceESProducer_H
2
#define RecoBTag_PerformanceFW_BtagPerformanceESProducer_H
3
4
#include "
RecoBTag/PerformanceDB/interface/BtagPerformance.h
"
5
#include "
RecoBTag/Records/interface/BTagPerformanceRecord.h
"
6
7
8
#include "
FWCore/Framework/interface/ESProducer.h
"
9
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
10
#include <memory>
11
12
class
BtagPerformanceESProducer
:
public
edm::ESProducer
{
13
public
:
14
BtagPerformanceESProducer
(
const
edm::ParameterSet
&
p
);
15
~BtagPerformanceESProducer
()
override
;
16
std::unique_ptr<BtagPerformance>
produce
(
const
BTagPerformanceRecord
&);
17
private
:
18
edm::ParameterSet
pset_
;
19
std::string
mypl
;
20
std::string
mywp
;
21
};
22
23
24
#endif
25
26
27
28
BtagPerformanceESProducer::mywp
std::string mywp
Definition:
BtagPerformanceESProducer.h:20
BtagPerformanceESProducer::pset_
edm::ParameterSet pset_
Definition:
BtagPerformanceESProducer.h:18
AlCaHLTBitMon_ParallelJobs.p
p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
BTagPerformanceRecord.h
BTagPerformanceRecord
Definition:
BTagPerformanceRecord.h:11
edm::ESProducer
Definition:
ESProducer.h:99
ParameterSet.h
BtagPerformanceESProducer::~BtagPerformanceESProducer
~BtagPerformanceESProducer() override
Definition:
BtagPerformanceESProducer.cc:25
BtagPerformanceESProducer::produce
std::unique_ptr< BtagPerformance > produce(const BTagPerformanceRecord &)
Definition:
BtagPerformanceESProducer.cc:28
BtagPerformanceESProducer::mypl
std::string mypl
Definition:
BtagPerformanceESProducer.h:19
ESProducer.h
BtagPerformanceESProducer::BtagPerformanceESProducer
BtagPerformanceESProducer(const edm::ParameterSet &p)
Definition:
BtagPerformanceESProducer.cc:15
BtagPerformanceESProducer
Definition:
BtagPerformanceESProducer.h:12
edm::ParameterSet
Definition:
ParameterSet.h:36
BtagPerformance.h
Generated for CMSSW Reference Manual by
1.8.11