hep.geant4.jni
Class G4Event
java.lang.Object
hep.geant4.jni.G4Event
public class G4Event
- extends Object
swigCMemOwn
protected boolean swigCMemOwn
G4Event
public G4Event(long cPtr,
boolean cMemoryOwn)
G4Event
public G4Event()
G4Event
public G4Event(int evID)
getCPtr
public static long getCPtr(G4Event 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()
draw
public void draw()
setEventID
public void setEventID(int i)
setHCofThisEvent
public void setHCofThisEvent(G4HCofThisEvent value)
setDCofThisEvent
public void setDCofThisEvent(G4DCofThisEvent value)
setTrajectoryContainer
public void setTrajectoryContainer(G4TrajectoryContainer value)
setEventAborted
public void setEventAborted()
setRandomNumberStatus
public void setRandomNumberStatus(String st)
getEventID
public int getEventID()
addPrimaryVertex
public void addPrimaryVertex(G4PrimaryVertex aPrimaryVertex)
getNumberOfPrimaryVertex
public int getNumberOfPrimaryVertex()
getPrimaryVertex
public G4PrimaryVertex getPrimaryVertex(int i)
getPrimaryVertex
public G4PrimaryVertex getPrimaryVertex()
getHCofThisEvent
public G4HCofThisEvent getHCofThisEvent()
getDCofThisEvent
public G4DCofThisEvent getDCofThisEvent()
getTrajectoryContainer
public G4TrajectoryContainer getTrajectoryContainer()
isAborted
public boolean isAborted()
setUserInformation
public void setUserInformation(G4VUserEventInformation anInfo)
getUserInformation
public G4VUserEventInformation getUserInformation()
getRandomNumberStatus
public String getRandomNumberStatus()
Copyright © 2000-2007 FreeHEP. All Rights Reserved.