|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of a particle equivalent to HEPevt description
Field Summary | |
static int |
DOCUMENTATION
|
static int |
FINALSTATE
|
static int |
INTERMEDIATE
|
Method Summary | |
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 |
Field Detail |
public static final int FINALSTATE
public static final int INTERMEDIATE
public static final int DOCUMENTATION
Method Detail |
public double getEnergy()
public double getMass()
public ParticleType getType()
public double[] getMomentum()
public double[] getOrigin()
public double getOriginX()
public double getOriginY()
public double getOriginZ()
public double getPX()
public double getPY()
public double getPZ()
public double getProductionTime()
public int getStatusCode()
public ParticleEnumeration getDaughters()
public Particle getParent()
public ParticleEnumeration getParents()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |