FreeHEP API
Version current

hep.physics.yappi
Class Family

java.lang.Object
  extended byhep.physics.yappi.DecayProduct
      extended byhep.physics.yappi.Family

public class Family
extends DecayProduct

Source Code:
Family.java

Constructor Summary
Family(String name)
           
 
Method Summary
 void addFamily(Family family)
           
 void addParticle(ParticleType particleType)
           
 Iterator getFamilies()
           
 Family getFamily(String familyName)
          Search for the special data field fieldName and return Data class
 ParticleType getParticle(String name)
           
 Iterator getParticles()
           
 String getType()
           
 void removeFamily(Family family)
          Remove a data entry from the HashSet
 void removeFamily(String familyName)
          Remove a data 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

Family

public Family(String name)
Method Detail

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()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.