hep.geant4.jni
Class G4VParticlePropertyReporter

java.lang.Object
  extended by hep.geant4.jni.G4VParticlePropertyReporter
Direct Known Subclasses:
G4HtmlPPReporter, G4SimplePPReporter, G4TextPPReporter

public class G4VParticlePropertyReporter
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VParticlePropertyReporter(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void clear()
           
 void delete()
           
 boolean equals(Object obj)
           
 boolean fillList(String name)
           
protected  void finalize()
           
static long getCPtr(G4VParticlePropertyReporter obj)
           
 G4ParticlePropertyDataVector getList()
           
 void print(String option)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VParticlePropertyReporter

public G4VParticlePropertyReporter(long cPtr,
                                   boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(G4VParticlePropertyReporter obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

delete

public void delete()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

fillList

public boolean fillList(String name)

clear

public void clear()

print

public void print(String option)

getList

public G4ParticlePropertyDataVector getList()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.