|
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 hep.physics.yappi.ParticleType
Constructor Summary | |
ParticleType(String name)
Constructs the ParticleType class |
Method Summary | |
void |
addData(Data data)
Add a data entry to the HashSet |
void |
addDecayChannel(DecayChannel decayChannel)
Add a DecayChannel entry to the HashSet |
void |
addDecayGroup(DecayGroup group)
|
String |
getAntiName()
|
String |
getAntiTexName()
|
Iterator |
getData()
|
Data |
getData(String fieldName)
Search for the special data field fieldName and return Data
class |
DecayChannel |
getDecayChannel(String name)
|
Iterator |
getDecayChannels()
Return all decay channels in an iterator |
DecayGroup |
getDecayGroup(String name)
|
Iterator |
getDecayGroups()
|
PDGID |
getPDGID()
|
String |
getType()
|
void |
removeData(String fieldName)
Remove a data entry from the HashSet |
void |
removeDecayChannel(DecayChannel decayChannel)
Remove a decayChannel entry from the HashSet |
String |
toString()
|
Methods inherited from class hep.physics.yappi.DecayProduct |
addComment, getComment, getName, getTexName, removeComment |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ParticleType(String name)
Method Detail |
public String getType()
getType
in class DecayProduct
public String getAntiName()
public String getAntiTexName()
public PDGID getPDGID()
public Iterator getData()
public Data getData(String fieldName)
fieldName
and return Data
class
public void addData(Data data)
data
entry to the HashSet
public void removeData(String fieldName)
data
entry from the HashSet
public Iterator getDecayChannels()
public void addDecayChannel(DecayChannel decayChannel)
DecayChannel
entry to the HashSet
public DecayChannel getDecayChannel(String name)
public void removeDecayChannel(DecayChannel decayChannel)
decayChannel
entry from the HashSet
decayChannel
- DecayChannel which should be removedpublic void addDecayGroup(DecayGroup group)
public DecayGroup getDecayGroup(String name)
public Iterator getDecayGroups()
public String toString()
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |