All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hep.physics.HEPUtilities

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

public class HEPUtilities
extends Object

Method Index

 o dumpParticleHierarchy(Particle)
Dump the particle heirarchy within the event to System.out
 o dumpParticleHierarchy(Particle, PrintStream)
Dump the particle heirarchy within the event
 o dumpParticleHierarchy(Particle, PrintWriter)

Methods

 o 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
 o dumpParticleHierarchy
 public static void dumpParticleHierarchy(Particle p,
                                          PrintStream out)
Dump the particle heirarchy within the event

Parameters:
p - the particle to start the dump from
out - the stream to write to
 o dumpParticleHierarchy
 public static void dumpParticleHierarchy(Particle p,
                                          PrintWriter out)

All Packages  Class Hierarchy  This Package  Previous  Next  Index