Main Page
Namespaces
Classes
Package Documentation
RecoEgamma
EgammaHLTProducers
interface
EgammaHLTPixelMatchElectronProducers.h
Go to the documentation of this file.
1
#ifndef EgammaHLTPixelMatchElectronProducers_h
2
#define EgammaHLTPixelMatchElectronProducers_h
3
4
//
5
// Package: RecoEgamma/EgammaHLTProducers
6
// Class: EgammaHLTPixelMatchElectronProducers
7
//
8
// $Id: EgammaHLTPixelMatchElectronProducers.h,v 1.3 2009/10/14 14:32:23 covarell Exp $
9
10
11
#include "
FWCore/Framework/interface/global/EDProducer.h
"
12
#include "
FWCore/Framework/interface/Event.h
"
13
#include "
DataFormats/Common/interface/Handle.h
"
14
#include "
FWCore/Framework/interface/EventSetup.h
"
15
16
17
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
18
19
#include <string>
20
21
namespace
edm
{
22
class
ConfigurationDescriptions
;
23
}
24
25
class
EgammaHLTPixelMatchElectronAlgo
;
26
27
class
EgammaHLTPixelMatchElectronProducers
:
public
edm::global::EDProducer
<> {
28
29
public
:
30
31
explicit
EgammaHLTPixelMatchElectronProducers
(
const
edm::ParameterSet
& conf);
32
~
EgammaHLTPixelMatchElectronProducers
()
override
;
33
34
void
produce(
edm::StreamID
sid,
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
const override
;
35
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
36
37
private
:
38
39
const
edm::ParameterSet
conf_
;
40
41
EgammaHLTPixelMatchElectronAlgo
*
algo_
;
42
std::string
seedProducer_
;
43
};
44
#endif
EDProducer.h
EgammaHLTPixelMatchElectronProducers::seedProducer_
std::string seedProducer_
Definition:
EgammaHLTPixelMatchElectronProducers.h:42
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::StreamID
Definition:
StreamID.h:30
Event.h
EnergyCorrector.c
c
Definition:
EnergyCorrector.py:44
EventSetup.h
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
EgammaHLTPixelMatchElectronAlgo
Definition:
EgammaHLTPixelMatchElectronAlgo.h:32
ParameterSet.h
EgammaHLTPixelMatchElectronProducers
Definition:
EgammaHLTPixelMatchElectronProducers.h:27
EgammaHLTPixelMatchElectronProducers::conf_
const edm::ParameterSet conf_
Definition:
EgammaHLTPixelMatchElectronProducers.h:39
EgammaHLTPixelMatchElectronProducers::algo_
EgammaHLTPixelMatchElectronAlgo * algo_
Definition:
EgammaHLTPixelMatchElectronProducers.h:41
edm::EventSetup
Definition:
EventSetup.h:51
edm::global::EDProducer
Definition:
EDProducer.h:32
ConfigurationDescriptions
fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:70
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Handle.h
Generated for CMSSW Reference Manual by
1.8.11