Main Page
Namespaces
Classes
Package Documentation
FastSimulation
EventProducer
interface
FamosProducer.h
Go to the documentation of this file.
1
#ifndef FastSimulation_EventProducer_FamosProducer_H
2
#define FastSimulation_EventProducer_FamosProducer_H
3
4
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
5
6
#include "
SimDataFormats/GeneratorProducts/interface/HepMCProduct.h
"
7
8
class
FamosManager
;
9
class
ParameterSet
;
10
class
Event
;
11
class
EventSetup
;
12
13
namespace
HepMC
{
14
class
GenEvent;
15
}
16
17
class
FamosProducer
:
public
edm::stream::EDProducer
<>
18
{
19
20
public
:
21
22
explicit
FamosProducer
(
edm::ParameterSet
const
&
p
);
23
~
FamosProducer
()
override
;
24
void
beginRun(
edm::Run
const
&
run
,
const
edm::EventSetup
& es)
override
;
25
void
produce(
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
override
;
26
27
private
:
28
29
FamosManager
*
famosManager_
;
30
HepMC::GenEvent
*
evt_
;
31
bool
simulateMuons
;
32
33
34
// token for hepmc from signal event
35
edm::EDGetTokenT<edm::HepMCProduct>
sourceToken
;
36
};
37
38
#endif
FamosProducer
Definition:
FamosProducer.h:17
AlCaHLTBitMon_ParallelJobs.p
p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
ParameterSet
Definition:
Functions.h:16
EnergyCorrector.c
c
Definition:
EnergyCorrector.py:44
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
edm::EDGetTokenT< edm::HepMCProduct >
writedatasetfile.run
run
Definition:
writedatasetfile.py:27
FamosProducer::famosManager_
FamosManager * famosManager_
Definition:
FamosProducer.h:29
EDProducer.h
EventSetup
HepMC::GenEvent
Definition:
hepmc_rootio.cc:9
edm::EventSetup
Definition:
EventSetup.h:57
HepMCProduct.h
FamosProducer::simulateMuons
bool simulateMuons
Definition:
FamosProducer.h:31
FamosProducer::evt_
HepMC::GenEvent * evt_
Definition:
FamosProducer.h:30
FamosProducer::sourceToken
edm::EDGetTokenT< edm::HepMCProduct > sourceToken
Definition:
FamosProducer.h:35
edm::stream::EDProducer
Definition:
EDProducer.h:38
FamosManager
Definition:
FamosManager.h:29
Event
HepMC
Definition:
GenParticle.h:15
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
edm::Run
Definition:
Run.h:45
Generated for CMSSW Reference Manual by
1.8.11