|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--hep.physics.generator.event.GeneratorParticle
GeneratorParticle, defines a Generator particle.
| Fields inherited from interface hep.physics.Particle |
DOCUMENTATION, FINALSTATE, INTERMEDIATE |
| Constructor Summary | |
GeneratorParticle()
|
|
| Method Summary | |
void |
addParent(GeneratorParticle parent)
|
ParticleEnumeration |
getDaughters()
Returns an enumeration of the decay products of this particle |
double |
getEnergy()
Energy |
double |
getMass()
Mass |
double[] |
getMomentum()
Momentum |
double[] |
getOrigin()
Point of origin |
double |
getOriginX()
|
double |
getOriginY()
|
double |
getOriginZ()
|
Particle |
getParent()
Returns the parent of this particle |
ParticleEnumeration |
getParents()
Returns an enumeration of the parent(s) of this particle |
double |
getProductionTime()
Production time |
double |
getPX()
X component of momentum |
double |
getPY()
Y component of momentum |
double |
getPZ()
Z component of momentum |
int |
getStatusCode()
Status code, one of FINALSTATE, INTERMEDIATE or DOCUMENTATION |
ParticleType |
getType()
Particle Type |
void |
setOrigin(Hep3Vector origin)
|
void |
setP(HepLorentzVector p)
|
void |
setProductionTime(double prodtime)
|
void |
setStatusCode(int status)
|
void |
setType(ParticleType ptype)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GeneratorParticle()
| Method Detail |
public void setStatusCode(int status)
public void setProductionTime(double prodtime)
public void setType(ParticleType ptype)
public void setOrigin(Hep3Vector origin)
public void setP(HepLorentzVector p)
public double getPX()
ParticlegetPX in interface Particlepublic double getPY()
ParticlegetPY in interface Particlepublic double getPZ()
ParticlegetPZ in interface Particlepublic double getEnergy()
ParticlegetEnergy in interface Particlepublic double getMass()
ParticlegetMass in interface Particlepublic double getOriginX()
getOriginX in interface Particlepublic double getOriginY()
getOriginY in interface Particlepublic double getOriginZ()
getOriginZ in interface Particlepublic double getProductionTime()
ParticlegetProductionTime in interface Particlepublic int getStatusCode()
ParticlegetStatusCode in interface Particlepublic double[] getMomentum()
ParticlegetMomentum in interface Particlepublic double[] getOrigin()
ParticlegetOrigin in interface Particlepublic ParticleEnumeration getDaughters()
ParticlegetDaughters in interface Particlepublic Particle getParent()
ParticlegetParent in interface Particlepublic ParticleEnumeration getParents()
ParticlegetParents in interface Particlepublic ParticleType getType()
ParticlegetType in interface Particlepublic void addParent(GeneratorParticle parent)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||