RecoEgamma
Examples
plugins
ElectronIDAnalyzer.h
Go to the documentation of this file.
1
#ifndef ElectronIDAnalyzer_h
2
#define ElectronIDAnalyzer_h
3
4
#include "
FWCore/Framework/interface/one/EDAnalyzer.h
"
5
#include "
FWCore/Framework/interface/Event.h
"
6
#include "
FWCore/Framework/interface/EventSetup.h
"
7
#include "
DataFormats/Common/interface/Handle.h
"
8
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
9
10
class
ElectronIDAnalyzer
:
public
edm::one::EDAnalyzer
<> {
11
public
:
12
explicit
ElectronIDAnalyzer
(
const
edm::ParameterSet
& conf);
13
~ElectronIDAnalyzer
()
override
{};
14
15
void
analyze
(
const
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
override
;
16
17
private
:
18
edm::ParameterSet
conf_
;
19
20
std::string
electronProducer_
;
21
22
std::string
electronLabelRobustLoose_
;
23
std::string
electronLabelRobustTight_
;
24
std::string
electronLabelLoose_
;
25
std::string
electronLabelTight_
;
26
};
27
28
#endif
Handle.h
EDAnalyzer.h
edm::one::EDAnalyzer
Definition:
EDAnalyzer.h:30
ElectronIDAnalyzer::ElectronIDAnalyzer
ElectronIDAnalyzer(const edm::ParameterSet &conf)
Definition:
ElectronIDAnalyzer.cc:6
ElectronIDAnalyzer::electronLabelRobustTight_
std::string electronLabelRobustTight_
Definition:
ElectronIDAnalyzer.h:23
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
ElectronIDAnalyzer::conf_
edm::ParameterSet conf_
Definition:
ElectronIDAnalyzer.h:18
ElectronIDAnalyzer::electronLabelTight_
std::string electronLabelTight_
Definition:
ElectronIDAnalyzer.h:25
edm::ParameterSet
Definition:
ParameterSet.h:36
Event.h
ElectronIDAnalyzer::electronProducer_
std::string electronProducer_
Definition:
ElectronIDAnalyzer.h:20
ElectronIDAnalyzer::electronLabelRobustLoose_
std::string electronLabelRobustLoose_
Definition:
ElectronIDAnalyzer.h:22
edm::EventSetup
Definition:
EventSetup.h:57
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:31
ElectronIDAnalyzer::analyze
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Definition:
ElectronIDAnalyzer.cc:14
ElectronIDAnalyzer::electronLabelLoose_
std::string electronLabelLoose_
Definition:
ElectronIDAnalyzer.h:24
EventSetup.h
ElectronIDAnalyzer
Definition:
ElectronIDAnalyzer.h:10
ElectronIDAnalyzer::~ElectronIDAnalyzer
~ElectronIDAnalyzer() override
Definition:
ElectronIDAnalyzer.h:13
ParameterSet.h
edm::Event
Definition:
Event.h:73
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
Generated for CMSSW Reference Manual by
1.8.16