|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
To make analysis easier it would seem a good idea to make the cluster description independant of the underlying calorimeter, i.e. use theta, phi and radius rather than calorimeter specific quntities such as layer number. But is this really practical? Are theta, phi and radius the right quantities, including for endcap clusters? When clusters are "refined" will Calorimeter Hits be shared? If so does Cluster need to take this into account? Should clusters implement 3-vector so they can easily be used with Garys eventshape and jet finding routines? What else do we need?
| Method Summary | |
double |
getClusterStartDepth()
Number of radiationLengths before first energy deposit > min ionizing |
double[] |
getContributedEnergy()
An array of energy contributed by each MC particle |
double |
getEnergy()
Best estimate for total energy of cluster |
double |
getEnergyPhi()
Energy weighted PHI of cluster |
double |
getEnergyRadius()
Energy weighted Radius of cluster |
double |
getEnergyTheta()
Energy weighted THETA of cluster |
Enumeration |
getHits()
An enumeration of the calorimeter hits contributing to this cluster |
MCParticle[] |
getMCParticles()
A list of the contributing MC particles |
int |
getNHits()
The number of hits contributing to the cluster |
double |
getRMSPhi()
RMS width of the PHI, Theta, Radius energy distributions |
double |
getRMSRadius()
|
double |
getRMSTheta()
|
| Method Detail |
public double getEnergy()
public double getEnergyPhi()
public double getEnergyTheta()
public double getEnergyRadius()
public double getRMSPhi()
public double getRMSTheta()
public double getRMSRadius()
public double getClusterStartDepth()
public MCParticle[] getMCParticles()
getContributedEnergy()public double[] getContributedEnergy()
getMCParticles()public Enumeration getHits()
public int getNHits()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||