FreeHEP API
Version current

hep.physics.particle
Class ParticleUtilities

java.lang.Object
  extended byhep.physics.particle.ParticleUtilities

public class ParticleUtilities
extends Object

Source Code:
ParticleUtilities.java

Method Summary
static void dumpParticleHierarchy(Particle p)
          Dump the particle heirarchy within the event to System.out
static void dumpParticleHierarchy(Particle p, PrintStream out)
          Dump the particle heirarchy within the event
static void dumpParticleHierarchy(Particle p, 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,
                                         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,
                                         PrintWriter out)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.