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