hep.geant4.jni
Class G4ElectronOccupancy

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

public class G4ElectronOccupancy
extends Object


Field Summary
static int MaxSizeOfOrbit
           
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4ElectronOccupancy()
           
G4ElectronOccupancy(G4ElectronOccupancy right)
           
G4ElectronOccupancy(int sizeOrbit)
           
G4ElectronOccupancy(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 int addElectron(int orbit)
           
 int addElectron(int orbit, int number)
           
 void delete()
           
 void dumpInfo()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4ElectronOccupancy obj)
           
 int getOccupancy(int orbit)
           
 int getSizeOfOrbit()
           
 int getTotalOccupancy()
           
 int removeElectron(int orbit)
           
 int removeElectron(int orbit, int number)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

MaxSizeOfOrbit

public static final int MaxSizeOfOrbit
Constructor Detail

G4ElectronOccupancy

public G4ElectronOccupancy(long cPtr,
                           boolean cMemoryOwn)

G4ElectronOccupancy

public G4ElectronOccupancy(int sizeOrbit)

G4ElectronOccupancy

public G4ElectronOccupancy()

G4ElectronOccupancy

public G4ElectronOccupancy(G4ElectronOccupancy right)
Method Detail

getCPtr

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

getTotalOccupancy

public int getTotalOccupancy()

getOccupancy

public int getOccupancy(int orbit)

addElectron

public int addElectron(int orbit,
                       int number)

addElectron

public int addElectron(int orbit)

removeElectron

public int removeElectron(int orbit,
                          int number)

removeElectron

public int removeElectron(int orbit)

getSizeOfOrbit

public int getSizeOfOrbit()

dumpInfo

public void dumpInfo()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.