|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.physics.yappi.DecayProduct
Constructor Summary | |
DecayProduct(String name)
Constructs the ParticleType class |
Method Summary | |
boolean |
addComment(String comment)
Add a comment entry to the HashSet |
Iterator |
getComment()
|
String |
getName()
|
String |
getTexName()
|
abstract String |
getType()
|
boolean |
removeComment(String comment)
Remove a comment entry from the HashSet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DecayProduct(String name)
Method Detail |
public abstract String getType()
public String getName()
public String getTexName()
public Iterator getComment()
public boolean addComment(String comment)
comment
entry to the HashSet
comment
- a comment to add
public boolean removeComment(String comment)
comment
entry from the HashSet
comment
- Comment which should be removed
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |