hep.geant4.digits_hits
Class G4THitsCollection<T extends G4VHit>

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

public class G4THitsCollection<T extends G4VHit>
extends G4HitsCollection


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VHitsCollection
swigCMemOwn
 
Constructor Summary
G4THitsCollection()
           
G4THitsCollection(String detName, String colNam)
           
 
Method Summary
 int entries()
           
 T get(long i)
           
 G4VHit GetHit(long i)
           
 long GetSize()
           
 List<T> GetVector()
           
 int insert(T aHit)
           
 
Methods inherited from class hep.geant4.jni.G4HitsCollection
delete, equals, finalize, getCPtr, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
 
Methods inherited from class hep.geant4.jni.G4VHitsCollection
drawAllHits, getCPtr, getHit, getName, getSDname, getSize, printAllHits
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4THitsCollection

public G4THitsCollection()

G4THitsCollection

public G4THitsCollection(String detName,
                         String colNam)
Method Detail

get

public T get(long i)

GetVector

public List<T> GetVector()

insert

public int insert(T aHit)

entries

public int entries()

GetHit

public G4VHit GetHit(long i)

GetSize

public long GetSize()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.