#include <PndPythia8Generator.h>
Definition at line 46 of file PndPythia8Generator.h.
PndPythia8Generator::PndPythia8Generator |
( |
| ) |
|
PndPythia8Generator::~PndPythia8Generator |
( |
| ) |
|
|
virtual |
Bool_t PndPythia8Generator::Init |
( |
| ) |
|
|
virtual |
Definition at line 22 of file PndPythia8Generator.cxx.
References jj.
32 cout<<
"fPythia.readString(\""<<
fParams[
jj]<<
"\")"<<endl;
34 cout<<
"Beam Momentum "<<
fMom<<endl;
38 fPythia.settings.mode(
"Beams:idA", -2212);
39 fPythia.settings.mode(
"Beams:idB", 2212);
40 fPythia.settings.mode(
"Beams:frameType", 3);
41 fPythia.settings.parm(
"Beams:pxA", 0.);
42 fPythia.settings.parm(
"Beams:pyA", 0.);
44 fPythia.settings.parm(
"Beams:pxB", 0.);
45 fPythia.settings.parm(
"Beams:pyB", 0.);
46 fPythia.settings.parm(
"Beams:pzB", 0.);
RndmEngine * fRandomEngine
void PndPythia8Generator::Print |
( |
| ) |
|
Bool_t PndPythia8Generator::ReadEvent |
( |
FairPrimaryGenerator * |
cpg | ) |
|
void PndPythia8Generator::SetMom |
( |
Double_t |
mom | ) |
|
|
inline |
void PndPythia8Generator::SetParameters |
( |
char * |
par | ) |
|
void PndPythia8Generator::UseRandom1 |
( |
| ) |
|
|
inline |
void PndPythia8Generator::UseRandom3 |
( |
| ) |
|
|
inline |
Int_t PndPythia8Generator::fPar_it |
|
protected |
char* PndPythia8Generator::fParams[100] |
|
private |
Pythia PndPythia8Generator::fPythia |
|
private |
RndmEngine* PndPythia8Generator::fRandomEngine |
|
private |
Bool_t PndPythia8Generator::fUseRandom1 |
|
protected |
Bool_t PndPythia8Generator::fUseRandom3 |
|
protected |
The documentation for this class was generated from the following files: