Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
virtual
~Pythia6EGun
();
19
// void produce( edm::Event&, const edm::EventSetup& ) ;
20
21
protected
:
22
void
generateEvent
(CLHEP::HepRandomEngine*);
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::Pythia6EGun
Pythia6EGun(const edm::ParameterSet &)
Definition:
Pythia6EGun.cc:18
gen::Pythia6EGun
Definition:
Pythia6EGun.h:12
gen::Pythia6EGun::fMaxEta
double fMaxEta
Definition:
Pythia6EGun.h:27
gen::Pythia6EGun::fMinEta
double fMinEta
Definition:
Pythia6EGun.h:26
gen::Pythia6EGun::generateEvent
void generateEvent(CLHEP::HepRandomEngine *)
Definition:
Pythia6EGun.cc:37
relval_steps.gen
def gen
Definition:
relval_steps.py:141
gen::Pythia6EGun::~Pythia6EGun
virtual ~Pythia6EGun()
Definition:
Pythia6EGun.cc:33
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.5