hep.geant4.digits_hits
Class G4THitsMap<T>

java.lang.Object
  extended by hep.geant4.jni.G4VHitsCollection
      extended by hep.geant4.digits_hits.G4THitsMap<T>

public class G4THitsMap<T>
extends G4VHitsCollection


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VHitsCollection
swigCMemOwn
 
Constructor Summary
G4THitsMap()
           
G4THitsMap(String detName, String colNam)
           
 
Method Summary
 void add(G4THitsMap<T> evtMap)
           
 int add(Integer key, T aHit)
           
 void clear()
           
 int entries()
           
 T get(int key)
           
 G4VHit GetHit(long i)
           
 Map<Integer,T> GetMap()
           
 long GetSize()
           
 int set(Integer key, T aHit)
           
 
Methods inherited from class hep.geant4.jni.G4VHitsCollection
delete, drawAllHits, equals, finalize, getCPtr, getHit, getName, getSDname, getSize, printAllHits, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4THitsMap

public G4THitsMap()

G4THitsMap

public G4THitsMap(String detName,
                  String colNam)
Method Detail

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.