|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hep.lcd.recon.cluster.radial.cl.CalClusterCollection.CalCluster
A public nested class to represent an individual cluster.
CalClusterCollection
, Serialized FormMethod Summary | |
Vector |
getCells()
|
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 |
getEnergyRadiusPol()
|
double |
getEnergyTheta()
Energy weighted THETA of cluster |
double |
getEnergyX()
|
double |
getEnergyY()
|
double |
getEnergyZ()
|
Enumeration |
getHits()
An enumeration of the calorimeter hits contributing to this cluster |
int |
getId()
|
double |
getMaxHitEnergy()
|
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()
|
boolean |
hasBarrelHits()
|
boolean |
hasEndcapHits()
|
void |
print()
|
void |
printSummary()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getId()
public boolean hasBarrelHits()
public boolean hasEndcapHits()
public Vector getCells()
public int getNHits()
Cluster
getNHits
in interface Cluster
public Enumeration getHits()
Cluster
getHits
in interface Cluster
public double getEnergy()
Cluster
getEnergy
in interface Cluster
public double getEnergyPhi()
Cluster
getEnergyPhi
in interface Cluster
public double getEnergyTheta()
Cluster
getEnergyTheta
in interface Cluster
public double getEnergyRadius()
Cluster
getEnergyRadius
in interface Cluster
public double getEnergyRadiusPol()
getEnergyRadiusPol
in interface ClusterDbg
public double getEnergyX()
getEnergyX
in interface ClusterDbg
public double getEnergyY()
getEnergyY
in interface ClusterDbg
public double getEnergyZ()
getEnergyZ
in interface ClusterDbg
public double getRMSPhi()
Cluster
getRMSPhi
in interface Cluster
public double getRMSTheta()
getRMSTheta
in interface Cluster
public double getRMSRadius()
getRMSRadius
in interface Cluster
public MCParticle[] getMCParticles()
Cluster
getMCParticles
in interface Cluster
hep.lcd.event.Cluster
Cluster.getContributedEnergy()
public double[] getContributedEnergy()
Cluster
getContributedEnergy
in interface Cluster
hep.lcd.event.Cluster
Cluster.getMCParticles()
public double getMaxHitEnergy()
public double getClusterStartDepth()
Cluster
getClusterStartDepth
in interface Cluster
public void printSummary()
printSummary
in interface ClusterDbg
public void print()
print
in interface ClusterDbg
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |