hep.geant4.jni
Class G4Ions

java.lang.Object
  extended by hep.geant4.jni.G4ParticleDefinition
      extended by hep.geant4.jni.G4Ions
Direct Known Subclasses:
G4Alpha, G4Deuteron, G4GenericIon, G4He3, G4Neutron, G4Proton, G4Triton

public class G4Ions
extends G4ParticleDefinition


Field Summary
 
Fields inherited from class hep.geant4.jni.G4ParticleDefinition
swigCMemOwn
 
Constructor Summary
G4Ions(long cPtr, boolean cMemoryOwn)
           
G4Ions(String aName, double mass, double width, double charge, int iSpin, int iParity, int iConjugation, int iIsospin, int iIsospin3, int gParity, String pType, int lepton, int baryon, int encoding, boolean stable, double lifetime, G4DecayTable decaytable, boolean shortlived)
           
G4Ions(String aName, double mass, double width, double charge, int iSpin, int iParity, int iConjugation, int iIsospin, int iIsospin3, int gParity, String pType, int lepton, int baryon, int encoding, boolean stable, double lifetime, G4DecayTable decaytable, boolean shortlived, String subType)
           
G4Ions(String aName, double mass, double width, double charge, int iSpin, int iParity, int iConjugation, int iIsospin, int iIsospin3, int gParity, String pType, int lepton, int baryon, int encoding, boolean stable, double lifetime, G4DecayTable decaytable, boolean shortlived, String subType, int anti_encoding)
           
G4Ions(String aName, double mass, double width, double charge, int iSpin, int iParity, int iConjugation, int iIsospin, int iIsospin3, int gParity, String pType, int lepton, int baryon, int encoding, boolean stable, double lifetime, G4DecayTable decaytable, boolean shortlived, String subType, int anti_encoding, double excitation)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4Ions obj)
           
 double getExcitationEnergy()
           
 G4Ions ions()
           
 G4Ions ionsDefinition()
           
 
Methods inherited from class hep.geant4.jni.G4ParticleDefinition
dumpTable, getAntiPDGEncoding, getAntiQuarkContent, getApplyCutsFlag, getAtomicMass, getAtomicNumber, getBaryonNumber, getCPtr, getDecayTable, getLeptonNumber, getParticleName, getParticleSubType, getParticleTable, getParticleType, getPDGCharge, getPDGEncoding, getPDGiConjugation, getPDGiGParity, getPDGiIsospin, getPDGiIsospin3, getPDGiParity, getPDGIsospin, getPDGIsospin3, getPDGiSpin, getPDGLifeTime, getPDGMass, getPDGSpin, getPDGStable, getPDGWidth, getProcessManager, getQuarkContent, getVerboseLevel, isShortLived, setAntiPDGEncoding, setApplyCutsFlag, setDecayTable, setPDGLifeTime, setPDGStable, setProcessManager, setVerboseLevel
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4Ions

public G4Ions(long cPtr,
              boolean cMemoryOwn)

G4Ions

public G4Ions(String aName,
              double mass,
              double width,
              double charge,
              int iSpin,
              int iParity,
              int iConjugation,
              int iIsospin,
              int iIsospin3,
              int gParity,
              String pType,
              int lepton,
              int baryon,
              int encoding,
              boolean stable,
              double lifetime,
              G4DecayTable decaytable,
              boolean shortlived,
              String subType,
              int anti_encoding,
              double excitation)

G4Ions

public G4Ions(String aName,
              double mass,
              double width,
              double charge,
              int iSpin,
              int iParity,
              int iConjugation,
              int iIsospin,
              int iIsospin3,
              int gParity,
              String pType,
              int lepton,
              int baryon,
              int encoding,
              boolean stable,
              double lifetime,
              G4DecayTable decaytable,
              boolean shortlived,
              String subType,
              int anti_encoding)

G4Ions

public G4Ions(String aName,
              double mass,
              double width,
              double charge,
              int iSpin,
              int iParity,
              int iConjugation,
              int iIsospin,
              int iIsospin3,
              int gParity,
              String pType,
              int lepton,
              int baryon,
              int encoding,
              boolean stable,
              double lifetime,
              G4DecayTable decaytable,
              boolean shortlived,
              String subType)

G4Ions

public G4Ions(String aName,
              double mass,
              double width,
              double charge,
              int iSpin,
              int iParity,
              int iConjugation,
              int iIsospin,
              int iIsospin3,
              int gParity,
              String pType,
              int lepton,
              int baryon,
              int encoding,
              boolean stable,
              double lifetime,
              G4DecayTable decaytable,
              boolean shortlived)
Method Detail

getCPtr

public static long getCPtr(G4Ions obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4ParticleDefinition

equals

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

ionsDefinition

public G4Ions ionsDefinition()

ions

public G4Ions ions()

getExcitationEnergy

public double getExcitationEnergy()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.