FreeHEP API
Version current

hep.physics.yappi
Class DecayChannel

java.lang.Object
  extended byhep.physics.yappi.DecayChannel
All Implemented Interfaces:
Comparable

public class DecayChannel
extends Object
implements Comparable

Source Code:
DecayChannel.java

Constructor Summary
DecayChannel(String name, String fraction)
           
 
Method Summary
 void addDecayParticle(DecayProduct decayProduct)
           
 int compareTo(Object obj)
           
 double getConfidenceLevel()
           
 DecayGroup getDecayGroup()
           
 Iterator getDecayParticles()
           
 double getFraction()
           
 String getFractionAsString()
           
 String getName()
           
 double getNegError()
           
 String getNegErrorAsString()
           
 String getP()
           
 double getPosError()
           
 String getPosErrorAsString()
           
 String getPUnit()
           
 double getScaleFactor()
           
 String getTexName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecayChannel

public DecayChannel(String name,
                    String fraction)
Method Detail

getName

public String getName()

getTexName

public String getTexName()

getDecayGroup

public DecayGroup getDecayGroup()

getFraction

public double getFraction()

getFractionAsString

public String getFractionAsString()

getPosError

public double getPosError()

getPosErrorAsString

public String getPosErrorAsString()

getNegError

public double getNegError()

getNegErrorAsString

public String getNegErrorAsString()

getConfidenceLevel

public double getConfidenceLevel()

getScaleFactor

public double getScaleFactor()

getP

public String getP()

getPUnit

public String getPUnit()

addDecayParticle

public void addDecayParticle(DecayProduct decayProduct)

getDecayParticles

public Iterator getDecayParticles()

compareTo

public int compareTo(Object obj)
Specified by:
compareTo in interface Comparable

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.