hep.geant4.digits_hits
Class G4THitsMap<T>
java.lang.Object
hep.geant4.jni.G4VHitsCollection
hep.geant4.digits_hits.G4THitsMap<T>
public class G4THitsMap<T>
- extends G4VHitsCollection
Methods inherited from class hep.geant4.jni.G4VHitsCollection |
delete, drawAllHits, equals, finalize, getCPtr, getHit, getName, getSDname, getSize, printAllHits, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership |
G4THitsMap
public G4THitsMap()
G4THitsMap
public G4THitsMap(String detName,
String colNam)
get
public T get(int key)
GetMap
public Map<Integer,T> GetMap()
add
public void add(G4THitsMap<T> evtMap)
add
public int add(Integer key,
T aHit)
set
public int set(Integer key,
T aHit)
entries
public int entries()
clear
public void clear()
GetHit
public G4VHit GetHit(long i)
GetSize
public long GetSize()
Copyright © 2000-2007 FreeHEP. All Rights Reserved.