|
|||||||||
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()
Particle
getPX
in interface Particle
public double getPY()
Particle
getPY
in interface Particle
public double getPZ()
Particle
getPZ
in interface Particle
public double getEnergy()
Particle
getEnergy
in interface Particle
public double getMass()
Particle
getMass
in interface Particle
public double getOriginX()
getOriginX
in interface Particle
public double getOriginY()
getOriginY
in interface Particle
public double getOriginZ()
getOriginZ
in interface Particle
public double getProductionTime()
Particle
getProductionTime
in interface Particle
public int getStatusCode()
Particle
getStatusCode
in interface Particle
public double[] getMomentum()
Particle
getMomentum
in interface Particle
public double[] getOrigin()
Particle
getOrigin
in interface Particle
public ParticleEnumeration getDaughters()
Particle
getDaughters
in interface Particle
public Particle getParent()
Particle
getParent
in interface Particle
public ParticleEnumeration getParents()
Particle
getParents
in interface Particle
public ParticleType getType()
Particle
getType
in interface Particle
public void addParent(GeneratorParticle parent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |