17 #ifndef PND_BOXGENERATOR_H
18 #define PND_BOXGENERATOR_H
20 #include "FairGenerator.h"
23 class FairPrimaryGenerator;
46 void SetPRange(Double32_t pmin=0 , Double32_t pmax=10)
49 void SetPtRange (Double32_t ptmin=0 , Double32_t ptmax=10)
52 void SetPhiRange (Double32_t phimin=0 , Double32_t phimax=360)
58 void SetYRange (Double32_t ymin=-5 , Double32_t ymax=7)
70 void SetXYZ (Double32_t
x=0, Double32_t
y=0, Double32_t
z=0) {
73 void SetBoxXYZ (Double32_t x1=0, Double32_t y1=0, Double32_t x2=0, Double32_t y2=0, Double32_t
z=0) {
void SetPDGType(Int_t pdg)
void SetThetaRange(Double32_t thetamin=0, Double32_t thetamax=90)
void SetBoxXYZ(Double32_t x1=0, Double32_t y1=0, Double32_t x2=0, Double32_t y2=0, Double32_t z=0)
void SetYRange(Double32_t ymin=-5, Double32_t ymax=7)
void SetXYZ(Double32_t x=0, Double32_t y=0, Double32_t z=0)
FairPrimaryGenerator * primGen
void SetEtaRange(Double32_t etamin=-5, Double32_t etamax=7)
void SetPtRange(Double32_t ptmin=0, Double32_t ptmax=10)
void SetMultiplicity(Int_t mult)
virtual Bool_t ReadEvent(FairPrimaryGenerator *primGen)
void SetDebug(Bool_t debug=0)
void SetPRange(Double32_t pmin=0, Double32_t pmax=10)
virtual ~PndBoxGenerator()
ClassDef(PndBoxGenerator, 1)
void SetPhiRange(Double32_t phimin=0, Double32_t phimax=360)