hep.lcd.event
Interface CalorimeterHit


public interface CalorimeterHit

Represents one "hit" in the calorimeter

See Also:
CalorimeterHits
Source Code:
CalorimeterHit.java

Method Summary
 double[] getContributedEnergy()
          An array of energy contributed by each MC particle
 double getEnergy()
          Raw energy deposited in Calorimeter Cell
 MCParticle[] getMCParticles()
          A list of the contributing MC particles
 int getTowerID()
          The ID of the cell
 

Method Detail

getEnergy

public double getEnergy()
Raw energy deposited in Calorimeter Cell

getTowerID

public int getTowerID()
The ID of the cell

getMCParticles

public MCParticle[] getMCParticles()
A list of the contributing MC particles
See Also:
getContributedEnergy()

getContributedEnergy

public double[] getContributedEnergy()
An array of energy contributed by each MC particle
See Also:
getMCParticles()


The LCD Group