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