Calibration
EcalCalibAlgos
interface
ElectronRecalibSuperClusterAssociator.h
Go to the documentation of this file.
1
#ifndef ElectronRecalibSuperClusterAssociator_h
2
#define ElectronRecalibSuperClusterAssociator_h
3
4
//
5
// Package: Calibration/EcalCalibAlgos
6
// Class: ElectronRecalibSuperClusterAssociator
7
//
8
// Description:
9
10
#include "
FWCore/Framework/interface/EDProducer.h
"
11
#include "
FWCore/Framework/interface/Event.h
"
12
#include "
DataFormats/Common/interface/Handle.h
"
13
#include "
FWCore/Framework/interface/EventSetup.h
"
14
#include "
FWCore/Utilities/interface/InputTag.h
"
15
16
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
17
18
#include "
DataFormats/EgammaCandidates/interface/GsfElectronFwd.h
"
19
#include "
DataFormats/EgammaReco/interface/SuperClusterFwd.h
"
20
21
#include <string>
22
23
//class PixelMatchElectronAlgo;
24
25
class
ElectronRecalibSuperClusterAssociator
:
public
edm::EDProducer
{
26
public
:
27
explicit
ElectronRecalibSuperClusterAssociator
(
const
edm::ParameterSet
& conf);
28
29
~ElectronRecalibSuperClusterAssociator
()
override
;
30
31
void
produce
(
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
override
;
32
33
private
:
34
edm::InputTag
electronSrc_
;
35
edm::InputTag
superClusterCollectionEB_
;
36
edm::InputTag
superClusterCollectionEE_
;
37
38
std::string
outputLabel_
;
39
40
edm::EDGetTokenT<reco::GsfElectronCollection>
electronToken_
;
41
edm::EDGetTokenT<reco::SuperClusterCollection>
ebScToken_
;
42
edm::EDGetTokenT<reco::SuperClusterCollection>
eeScToken_
;
43
};
44
#endif
Handle.h
EDProducer.h
edm::EDGetTokenT< reco::GsfElectronCollection >
ElectronRecalibSuperClusterAssociator::ebScToken_
edm::EDGetTokenT< reco::SuperClusterCollection > ebScToken_
Definition:
ElectronRecalibSuperClusterAssociator.h:41
ElectronRecalibSuperClusterAssociator::superClusterCollectionEB_
edm::InputTag superClusterCollectionEB_
Definition:
ElectronRecalibSuperClusterAssociator.h:35
ElectronRecalibSuperClusterAssociator::electronSrc_
edm::InputTag electronSrc_
Definition:
ElectronRecalibSuperClusterAssociator.h:34
ElectronRecalibSuperClusterAssociator
Definition:
ElectronRecalibSuperClusterAssociator.h:25
ElectronRecalibSuperClusterAssociator::electronToken_
edm::EDGetTokenT< reco::GsfElectronCollection > electronToken_
Definition:
ElectronRecalibSuperClusterAssociator.h:40
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
GsfElectronFwd.h
edm::ParameterSet
Definition:
ParameterSet.h:36
Event.h
ElectronRecalibSuperClusterAssociator::outputLabel_
std::string outputLabel_
Definition:
ElectronRecalibSuperClusterAssociator.h:38
edm::EventSetup
Definition:
EventSetup.h:57
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:31
ElectronRecalibSuperClusterAssociator::ElectronRecalibSuperClusterAssociator
ElectronRecalibSuperClusterAssociator(const edm::ParameterSet &conf)
Definition:
ElectronRecalibSuperClusterAssociator.cc:24
InputTag.h
ElectronRecalibSuperClusterAssociator::eeScToken_
edm::EDGetTokenT< reco::SuperClusterCollection > eeScToken_
Definition:
ElectronRecalibSuperClusterAssociator.h:42
ElectronRecalibSuperClusterAssociator::produce
void produce(edm::Event &e, const edm::EventSetup &c) override
Definition:
ElectronRecalibSuperClusterAssociator.cc:52
SuperClusterFwd.h
ElectronRecalibSuperClusterAssociator::superClusterCollectionEE_
edm::InputTag superClusterCollectionEE_
Definition:
ElectronRecalibSuperClusterAssociator.h:36
EventSetup.h
edm::EDProducer
Definition:
EDProducer.h:36
ElectronRecalibSuperClusterAssociator::~ElectronRecalibSuperClusterAssociator
~ElectronRecalibSuperClusterAssociator() override
Definition:
ElectronRecalibSuperClusterAssociator.cc:49
ParameterSet.h
edm::Event
Definition:
Event.h:73
edm::InputTag
Definition:
InputTag.h:15
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
Generated for CMSSW Reference Manual by
1.8.16