Package org.jlab.clas.physics
Class ParticleGenerator
java.lang.Object
org.jlab.clas.physics.ParticleGenerator
- Author:
- gavalian
-
Constructor Summary
ConstructorsConstructorDescriptionParticleGenerator
(int pid) ParticleGenerator
(int pid, double pmin, double pmax, double thmin, double thmax, double phimin, double phimax) -
Method Summary
Modifier and TypeMethodDescriptionsetMomRange
(double pmin, double pmax) setPhiRange
(double pmin, double pmax) final void
setRange
(double pmin, double pmax, double thmin, double thmax, double phimin, double phimax) setThetaRange
(double tmin, double tmax)
-
Constructor Details
-
ParticleGenerator
public ParticleGenerator(int pid) -
ParticleGenerator
public ParticleGenerator(int pid, double pmin, double pmax, double thmin, double thmax, double phimin, double phimax)
-
-
Method Details
-
setRange
public final void setRange(double pmin, double pmax, double thmin, double thmax, double phimin, double phimax) -
setMomRange
-
setPhiRange
-
setThetaRange
-
getParticle
-