hep.physics.yappi
Class Yappi
java.lang.Object
hep.physics.yappi.Yappi
- Direct Known Subclasses:
- XMLYappi
- public class Yappi
- extends Object
Yappi: Yet Another Particle Propery Interface
- Version:
- $Id: Yappi.java,v 1.7 2001/01/09 14:46:31 duns Exp $
- Author:
- Patrick Hellwig, Mark Donszelmann
- Source Code:
- Yappi.java
Constructor Summary |
Yappi()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Yappi
public Yappi()
addParticle
public void addParticle(ParticleType particleType)
getParticles
public Iterator getParticles()
getParticle
public ParticleType getParticle(String name)
getParticle
public ParticleType getParticle(PDGID pdgid)
getFamilies
public Iterator getFamilies()
- Returns:
- Iterator with data
getFamily
public Family getFamily(String familyName)
addFamily
public void addFamily(Family family)
removeFamily
public void removeFamily(String familyName)
removeFamily
public void removeFamily(Family family)
getFamilies
public Family[] getFamilies(ParticleType particle)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.