23 #ifndef PND_PIPIGENERATOR_H 24 #define PND_PIPIGENERATOR_H 39 void ranlxs(
float r[],
int n);
40 void ranlxd(
double r[],
int n);
52 #include "FairGenerator.h" 56 class FairPrimaryGenerator;
68 void SetSeed(Int_t in_seed) { seed = in_seed; };
69 void SetCosThetaMin(Double_t in_cos_theta_min) { cos_theta_min = in_cos_theta_min; };
70 void SetCosThetaMax(Double_t in_cos_theta_max) { cos_theta_max = in_cos_theta_max; };
73 virtual Bool_t ReadEvent(FairPrimaryGenerator *primGen);
85 Double_t piminus_p[4];
void SetBeamMom(Double_t in_P)
void ranlxd(double r[], int n)
void SetCosThetaMax(Double_t in_cos_theta_max)
void SetCosThetaMin(Double_t in_cos_theta_min)
void ranlxs(float r[], int n)
void rlxs_init(int level, int seed)
void rlxd_init(int level, int seed)
void SetSeed(Int_t in_seed)