Main Page
Namespaces
Classes
Package Documentation
GeneratorInterface
Pythia6Interface
plugins
Pythia6EGun.h
Go to the documentation of this file.
1
#ifndef gen_Pythia6EGun_h
2
#define gen_Pythia6EGun_h
3
4
#include "
Pythia6ParticleGun.h
"
5
6
namespace
CLHEP
{
7
class
HepRandomEngine;
8
}
9
10
namespace
gen
{
11
12
class
Pythia6EGun
:
public
Pythia6ParticleGun
13
{
14
15
public
:
16
17
Pythia6EGun
(
const
edm::ParameterSet
& );
18
~
Pythia6EGun
()
override
;
19
// void produce( edm::Event&, const edm::EventSetup& ) ;
20
21
protected
:
22
void
generateEvent(CLHEP::HepRandomEngine*)
override
;
23
24
private
:
25
26
double
fMinEta
;
27
double
fMaxEta
;
28
double
fMinE
;
29
double
fMaxE
;
30
bool
fAddAntiParticle
;
31
32
};
33
34
35
}
36
37
#endif
gen::Pythia6EGun::fMinE
double fMinE
Definition:
Pythia6EGun.h:28
gen::Pythia6EGun
Definition:
Pythia6EGun.h:12
gen::Pythia6EGun::fMaxEta
double fMaxEta
Definition:
Pythia6EGun.h:27
gen::Pythia6EGun::fMinEta
double fMinEta
Definition:
Pythia6EGun.h:26
CLHEP
Definition:
CocoaGlobals.h:27
gen
Definition:
PythiaDecays.h:13
Pythia6ParticleGun.h
gen::Pythia6EGun::fMaxE
double fMaxE
Definition:
Pythia6EGun.h:29
edm::ParameterSet
Definition:
ParameterSet.h:36
gen::Pythia6EGun::fAddAntiParticle
bool fAddAntiParticle
Definition:
Pythia6EGun.h:30
gen::Pythia6ParticleGun
Definition:
Pythia6ParticleGun.h:29
Generated for CMSSW Reference Manual by
1.8.11