hep.geant4.jni
Class G4VSDFilter

java.lang.Object
  extended by hep.geant4.jni.G4VSDFilter
Direct Known Subclasses:
G4SDChargedFilter, G4SDKineticEnergyFilter, G4SDNeutralFilter, G4SDParticleFilter, G4SDParticleWithEnergyFilter

public class G4VSDFilter
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VSDFilter(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 boolean accept(G4Step arg0)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4VSDFilter obj)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VSDFilter

public G4VSDFilter(long cPtr,
                   boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(G4VSDFilter 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

accept

public boolean accept(G4Step arg0)

getName

public String getName()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.