hep.physics
Class HEPUtilities

java.lang.Object
  |
  +--hep.physics.HEPUtilities

public class HEPUtilities
extends java.lang.Object


Method Summary
static void dumpParticleHierarchy(Particle p)
          Dump the particle heirarchy within the event to System.out
static void dumpParticleHierarchy(Particle p, java.io.PrintStream out)
          Dump the particle heirarchy within the event
static void dumpParticleHierarchy(Particle p, java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

dumpParticleHierarchy

public static void dumpParticleHierarchy(Particle p)
Dump the particle heirarchy within the event to System.out
Parameters:
p - the particle to start the dump from

dumpParticleHierarchy

public static void dumpParticleHierarchy(Particle p,
                                         java.io.PrintStream out)
Dump the particle heirarchy within the event
Parameters:
p - the particle to start the dump from
out - the stream to write to

dumpParticleHierarchy

public static void dumpParticleHierarchy(Particle p,
                                         java.io.PrintWriter out)