hep.ilc.marlin.adapter.lcsim
Class CalorimeterHitImplementation

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

public class CalorimeterHitImplementation
extends Object
implements org.lcsim.event.CalorimeterHit


Constructor Summary
CalorimeterHitImplementation(CalorimeterHit h, org.lcsim.event.EventHeader e)
           
 
Method Summary
 boolean equals(Object o)
           
 long getCellID()
           
 double getCorrectedEnergy()
           
 org.lcsim.geometry.IDDecoder getIDDecoder()
           
 org.lcsim.event.EventHeader.LCMetaData getLCMetaData()
           
 double[] getPosition()
           
 double getRawEnergy()
           
 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

CalorimeterHitImplementation

public CalorimeterHitImplementation(CalorimeterHit h,
                                    org.lcsim.event.EventHeader e)
Method Detail

getCellID

public long getCellID()
Specified by:
getCellID in interface org.lcsim.event.CalorimeterHit

getCorrectedEnergy

public double getCorrectedEnergy()
Specified by:
getCorrectedEnergy in interface org.lcsim.event.CalorimeterHit

getIDDecoder

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

getLCMetaData

public org.lcsim.event.EventHeader.LCMetaData getLCMetaData()
Specified by:
getLCMetaData in interface org.lcsim.event.CalorimeterHit

getPosition

public double[] getPosition()
Specified by:
getPosition in interface org.lcsim.event.CalorimeterHit

getRawEnergy

public double getRawEnergy()
Specified by:
getRawEnergy in interface org.lcsim.event.CalorimeterHit

getSubdetector

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

getTime

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

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.