|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Particle
Description of a particle equivalent to HEPevt description
Field Summary | |
---|---|
static int |
DOCUMENTATION
|
static int |
FINAL_STATE
|
static int |
INTERMEDIATE
|
Method Summary | |
---|---|
HepLorentzVector |
asFourVector()
Return this particles momentum and energy as a 4-vector |
double |
getCharge()
Returns the particle's charge |
java.util.List |
getDaughters()
Returns a list of the decay products of this particle |
double |
getEnergy()
Energy |
int |
getGeneratorStatus()
Status code, one of FINALSTATE, INTERMEDIATE or DOCUMENTATION |
double |
getMass()
Mass |
Hep3Vector |
getMomentum()
Momentum |
Hep3Vector |
getOrigin()
Point of origin |
double |
getOriginX()
|
double |
getOriginY()
|
double |
getOriginZ()
|
java.util.List |
getParents()
Returns a list of the parent(s) of this particle |
int |
getPDGID()
Convenience method for getting particles PDGID |
double |
getProductionTime()
Production time |
double |
getPX()
X component of momentum |
double |
getPY()
Y component of momentum |
double |
getPZ()
Z component of momentum |
ParticleType |
getType()
Particle Type |
Field Detail |
---|
static final int FINAL_STATE
static final int INTERMEDIATE
static final int DOCUMENTATION
Method Detail |
---|
double getEnergy()
double getMass()
ParticleType getType()
int getPDGID()
Hep3Vector getMomentum()
Hep3Vector getOrigin()
double getOriginX()
double getOriginY()
double getOriginZ()
double getPX()
double getPY()
double getPZ()
double getProductionTime()
int getGeneratorStatus()
java.util.List getDaughters()
java.util.List getParents()
double getCharge()
HepLorentzVector asFourVector()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |