hep.geant4.jni
Class G4DigiManager

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

public class G4DigiManager
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4DigiManager(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void addNewModule(G4VDigitizerModule DM)
           
 void delete()
           
 void digitize(String mName)
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 G4VDigitizerModule findDigitizerModule(String mName)
           
 int getCollectionCapacity()
           
static long getCPtr(G4DigiManager obj)
           
 G4DCtable getDCtable()
           
 G4VDigiCollection getDigiCollection(int DCID)
           
 G4VDigiCollection getDigiCollection(int DCID, int eventID)
           
 int getDigiCollectionID(String DCname)
           
static G4DigiManager getDMpointer()
           
static G4DigiManager getDMpointerIfExist()
           
 G4VHitsCollection getHitsCollection(int HCID)
           
 G4VHitsCollection getHitsCollection(int HCID, int eventID)
           
 int getHitsCollectionID(String HCname)
           
 int getModuleCapacity()
           
 int getVerboseLevel()
           
 void list()
           
 void restoreDCtable(G4DCtable dc)
           
 void setDigiCollection(int DCID, G4VDigiCollection aDC)
           
 void setVerboseLevel(int vl)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4DigiManager

public G4DigiManager(long cPtr,
                     boolean cMemoryOwn)
Method Detail

getCPtr

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

getDMpointer

public static G4DigiManager getDMpointer()

getDMpointerIfExist

public static G4DigiManager getDMpointerIfExist()

addNewModule

public void addNewModule(G4VDigitizerModule DM)

digitize

public void digitize(String mName)

findDigitizerModule

public G4VDigitizerModule findDigitizerModule(String mName)

getHitsCollection

public G4VHitsCollection getHitsCollection(int HCID,
                                           int eventID)

getHitsCollection

public G4VHitsCollection getHitsCollection(int HCID)

getDigiCollection

public G4VDigiCollection getDigiCollection(int DCID,
                                           int eventID)

getDigiCollection

public G4VDigiCollection getDigiCollection(int DCID)

getHitsCollectionID

public int getHitsCollectionID(String HCname)

getDigiCollectionID

public int getDigiCollectionID(String DCname)

setDigiCollection

public void setDigiCollection(int DCID,
                              G4VDigiCollection aDC)

setVerboseLevel

public void setVerboseLevel(int vl)

list

public void list()

getVerboseLevel

public int getVerboseLevel()

getCollectionCapacity

public int getCollectionCapacity()

getModuleCapacity

public int getModuleCapacity()

getDCtable

public G4DCtable getDCtable()

restoreDCtable

public void restoreDCtable(G4DCtable dc)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.