hep.ilc.marlin.jni
Class FastMCParticleType

java.lang.Object
  extended by hep.ilc.marlin.jni.FastMCParticleType

public final class FastMCParticleType
extends Object


Field Summary
static FastMCParticleType CHARGED
           
static FastMCParticleType NEUTRAL_HADRON
           
static FastMCParticleType NEUTRINO
           
static FastMCParticleType PHOTON
           
static FastMCParticleType UNKNOWN
           
 
Method Summary
static FastMCParticleType swigToEnum(int swigValue)
           
 int swigValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN

public static final FastMCParticleType UNKNOWN

CHARGED

public static final FastMCParticleType CHARGED

PHOTON

public static final FastMCParticleType PHOTON

NEUTRAL_HADRON

public static final FastMCParticleType NEUTRAL_HADRON

NEUTRINO

public static final FastMCParticleType NEUTRINO
Method Detail

swigValue

public final int swigValue()

toString

public String toString()
Overrides:
toString in class Object

swigToEnum

public static FastMCParticleType swigToEnum(int swigValue)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.