hep.physics.yappi
Class Family
java.lang.Object
hep.physics.yappi.DecayProduct
hep.physics.yappi.Family
- public class Family
- extends DecayProduct
- Source Code:
- Family.java
Family
public Family(String name)
getType
public String getType()
- Specified by:
getType
in class DecayProduct
addParticle
public void addParticle(ParticleType particleType)
getParticles
public Iterator getParticles()
getParticle
public ParticleType getParticle(String name)
getFamilies
public Iterator getFamilies()
- Returns:
- Iterator with data
getFamily
public Family getFamily(String familyName)
- Search for the special data field
fieldName
and return Data
class
- Returns:
- Data class
addFamily
public void addFamily(Family family)
removeFamily
public void removeFamily(String familyName)
- Remove a
data
entry from the HashSet
removeFamily
public void removeFamily(Family family)
- Remove a
data
entry from the HashSet
toString
public String toString()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.