FairRoot/PandaRoot
|
#include <PndPiPiGenerator.h>
Public Member Functions | |
PndPiPiGenerator () | |
virtual | ~PndPiPiGenerator () |
void | SetBeamMom (Double_t in_P) |
void | SetSeed (Int_t in_seed) |
void | SetCosThetaMin (Double_t in_cos_theta_min) |
void | SetCosThetaMax (Double_t in_cos_theta_max) |
virtual Bool_t | ReadEvent (FairPrimaryGenerator *primGen) |
Bool_t | Init () |
ClassDef (PndPiPiGenerator, 1) | |
Public Attributes | |
Double_t | P |
Int_t | seed |
Double_t | cos_theta_min |
Double_t | cos_theta_max |
Double_t | piplus_p [4] |
Double_t | piminus_p [4] |
Definition at line 46 of file PndPiPiGenerator.h.
PndPiPiGenerator::PndPiPiGenerator | ( | ) |
|
virtual |
PndPiPiGenerator::ClassDef | ( | PndPiPiGenerator | , |
1 | |||
) |
Bool_t PndPiPiGenerator::Init | ( | ) |
Initializer
Definition at line 23 of file PndPiPiGenerator.cxx.
References cos_theta_max, cos_theta_min, mz_pp_to_pipi_vandewi_init(), P, and seed.
|
virtual |
Pass event to the PANDAroot
Definition at line 29 of file PndPiPiGenerator.cxx.
References cos_theta_max, cos_theta_min, mz_pp_to_pipi_vandewi_event(), P, piminus_p, and piplus_p.
|
inline |
Set parameters of event generator
Definition at line 56 of file PndPiPiGenerator.h.
References P.
Referenced by PndMasterRunSim::UsePiPiGenerator().
|
inline |
Definition at line 59 of file PndPiPiGenerator.h.
Referenced by PndMasterRunSim::UsePiPiGenerator().
|
inline |
Definition at line 58 of file PndPiPiGenerator.h.
Referenced by PndMasterRunSim::UsePiPiGenerator().
|
inline |
Double_t PndPiPiGenerator::cos_theta_max |
Definition at line 72 of file PndPiPiGenerator.h.
Referenced by Init(), and ReadEvent().
Double_t PndPiPiGenerator::cos_theta_min |
Definition at line 71 of file PndPiPiGenerator.h.
Referenced by Init(), and ReadEvent().
Double_t PndPiPiGenerator::P |
Definition at line 69 of file PndPiPiGenerator.h.
Referenced by Init(), and ReadEvent().
Double_t PndPiPiGenerator::piminus_p[4] |
Definition at line 74 of file PndPiPiGenerator.h.
Referenced by ReadEvent().
Double_t PndPiPiGenerator::piplus_p[4] |
Definition at line 73 of file PndPiPiGenerator.h.
Referenced by ReadEvent().
Int_t PndPiPiGenerator::seed |
Definition at line 70 of file PndPiPiGenerator.h.
Referenced by Init().