hep.geant4.jni
Class G4VPersistencyManager

java.lang.Object
  extended by hep.geant4.jni.G4VPersistencyManager

public class G4VPersistencyManager
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VPersistencyManager(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4VPersistencyManager obj)
           
static G4VPersistencyManager getPersistencyManager()
           
 boolean retrieve(G4Event anEvent)
           
 boolean retrieve(G4Run aRun)
           
 boolean retrieve(G4VPhysicalVolume theWorld)
           
 boolean store(G4Event anEvent)
           
 boolean store(G4Run aRun)
           
 boolean store(G4VPhysicalVolume theWorld)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VPersistencyManager

public G4VPersistencyManager(long cPtr,
                             boolean cMemoryOwn)
Method Detail

getCPtr

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

getPersistencyManager

public static G4VPersistencyManager getPersistencyManager()

store

public boolean store(G4Event anEvent)

store

public boolean store(G4Run aRun)

store

public boolean store(G4VPhysicalVolume theWorld)

retrieve

public boolean retrieve(G4Event anEvent)

retrieve

public boolean retrieve(G4Run aRun)

retrieve

public boolean retrieve(G4VPhysicalVolume theWorld)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.