Main Page
Namespaces
Classes
Package Documentation
GeneratorInterface
Core
interface
GeneratorSmearedProducer.h
Go to the documentation of this file.
1
#ifndef GeneratorInterface_Core_GeneratorSmearedProducer_h
2
#define GeneratorInterface_Core_GeneratorSmearedProducer_h
3
4
#include "
FWCore/Framework/interface/global/EDProducer.h
"
5
#include "
FWCore/Utilities/interface/EDGetToken.h
"
6
7
namespace
edm
{
8
class
ParameterSet
;
9
class
ConfigurationDescriptions
;
10
class
Event
;
11
class
EventSetup
;
12
class
HepMCProduct
;
13
}
// namespace edm
14
15
class
GeneratorSmearedProducer
:
public
edm::global::EDProducer
<> {
16
public
:
17
explicit
GeneratorSmearedProducer
(
edm::ParameterSet
const
&
p
);
18
19
void
produce(
edm::StreamID
,
edm::Event
&
e
,
edm::EventSetup
const
&
c
)
const override
;
20
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
21
22
private
:
23
const
edm::EDGetTokenT<edm::HepMCProduct>
newToken_
;
24
const
edm::EDGetTokenT<edm::HepMCProduct>
oldToken_
;
25
};
26
27
#endif
EDProducer.h
EDGetToken.h
AlCaHLTBitMon_ParallelJobs.p
p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
ParameterSet
Definition:
Functions.h:16
edm::StreamID
Definition:
StreamID.h:30
GeneratorSmearedProducer
Definition:
GeneratorSmearedProducer.h:15
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
edm::EDGetTokenT< edm::HepMCProduct >
GeneratorSmearedProducer::newToken_
const edm::EDGetTokenT< edm::HepMCProduct > newToken_
Definition:
GeneratorSmearedProducer.h:23
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:31
EventSetup
GeneratorSmearedProducer::oldToken_
const edm::EDGetTokenT< edm::HepMCProduct > oldToken_
Definition:
GeneratorSmearedProducer.h:24
HepMCProduct
edm::EventSetup
Definition:
EventSetup.h:57
edm::global::EDProducer
Definition:
EDProducer.h:32
ConfigurationDescriptions
fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Event
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:72
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.11