hep.geant4.jni
Class G4PrimaryVertex

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

public class G4PrimaryVertex
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4PrimaryVertex()
           
G4PrimaryVertex(double x0, double y0, double z0, double t0)
           
G4PrimaryVertex(G4ThreeVector xyz0, double t0)
           
G4PrimaryVertex(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4PrimaryVertex obj)
           
 G4PrimaryVertex getNext()
           
 int getNumberOfParticle()
           
 G4ThreeVector getPosition()
           
 G4PrimaryParticle getPrimary()
           
 G4PrimaryParticle getPrimary(int i)
           
 double getT0()
           
 G4VUserPrimaryVertexInformation getUserInformation()
           
 double getWeight()
           
 double getX0()
           
 double getY0()
           
 double getZ0()
           
 void print()
           
 void setNext(G4PrimaryVertex nv)
           
 void setPosition(double x0, double y0, double z0)
           
 void setPrimary(G4PrimaryParticle pp)
           
 void setT0(double t0)
           
 void setUserInformation(G4VUserPrimaryVertexInformation anInfo)
           
 void setWeight(double w)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4PrimaryVertex

public G4PrimaryVertex(long cPtr,
                       boolean cMemoryOwn)

G4PrimaryVertex

public G4PrimaryVertex()

G4PrimaryVertex

public G4PrimaryVertex(double x0,
                       double y0,
                       double z0,
                       double t0)

G4PrimaryVertex

public G4PrimaryVertex(G4ThreeVector xyz0,
                       double t0)
Method Detail

getCPtr

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

print

public void print()

getPosition

public G4ThreeVector getPosition()

setPosition

public void setPosition(double x0,
                        double y0,
                        double z0)

getX0

public double getX0()

getY0

public double getY0()

getZ0

public double getZ0()

getT0

public double getT0()

setT0

public void setT0(double t0)

getNumberOfParticle

public int getNumberOfParticle()

setPrimary

public void setPrimary(G4PrimaryParticle pp)

getPrimary

public G4PrimaryParticle getPrimary(int i)

getPrimary

public G4PrimaryParticle getPrimary()

setNext

public void setNext(G4PrimaryVertex nv)

getNext

public G4PrimaryVertex getNext()

getWeight

public double getWeight()

setWeight

public void setWeight(double w)

setUserInformation

public void setUserInformation(G4VUserPrimaryVertexInformation anInfo)

getUserInformation

public G4VUserPrimaryVertexInformation getUserInformation()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.