hep.ilc.marlin.adapter.lcsim
Class SimTrackerHitImplementation

java.lang.Object
  extended by hep.ilc.marlin.adapter.lcsim.SimTrackerHitImplementation
All Implemented Interfaces:
org.lcsim.event.SimTrackerHit

public class SimTrackerHitImplementation
extends Object
implements org.lcsim.event.SimTrackerHit


Constructor Summary
SimTrackerHitImplementation(SimTrackerHit h, org.lcsim.event.EventHeader e)
           
 
Method Summary
 boolean equals(Object o)
           
 int getCellID()
           
 double getdEdx()
           
 org.lcsim.geometry.IDDecoder getIDDecoder()
           
 int getLayer()
           
 org.lcsim.event.MCParticle getMCParticle()
           
 double[] getMomentum()
           
 double getPathLength()
           
 double[] getPoint()
           
 org.lcsim.geometry.Subdetector getSubdetector()
           
 double getTime()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimTrackerHitImplementation

public SimTrackerHitImplementation(SimTrackerHit h,
                                   org.lcsim.event.EventHeader e)
Method Detail

getCellID

public int getCellID()
Specified by:
getCellID in interface org.lcsim.event.SimTrackerHit

getIDDecoder

public org.lcsim.geometry.IDDecoder getIDDecoder()
Specified by:
getIDDecoder in interface org.lcsim.event.SimTrackerHit

getLayer

public int getLayer()
Specified by:
getLayer in interface org.lcsim.event.SimTrackerHit

getMCParticle

public org.lcsim.event.MCParticle getMCParticle()
Specified by:
getMCParticle in interface org.lcsim.event.SimTrackerHit

getMomentum

public double[] getMomentum()
Specified by:
getMomentum in interface org.lcsim.event.SimTrackerHit

getPathLength

public double getPathLength()
Specified by:
getPathLength in interface org.lcsim.event.SimTrackerHit

getPoint

public double[] getPoint()
Specified by:
getPoint in interface org.lcsim.event.SimTrackerHit

getSubdetector

public org.lcsim.geometry.Subdetector getSubdetector()
Specified by:
getSubdetector in interface org.lcsim.event.SimTrackerHit

getTime

public double getTime()
Specified by:
getTime in interface org.lcsim.event.SimTrackerHit

getdEdx

public double getdEdx()
Specified by:
getdEdx in interface org.lcsim.event.SimTrackerHit

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2000-2007 FreeHEP. All Rights Reserved.