Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Cluster Analysis

Wiki MarkupThe cluster analysis package is designed to analyze the output of a clustering algorithm run on a set of SimCalorimeterHits. Example drivers are provided in org.lcsim.contributed.calanal for clustering and analyzing using different clusterers. (NearestNeighbor, Cone, MST, and DirectedTree) At any point in a reconstruction algorithm where clustering is done, simply simply use the following code.

No Format

add(new ClusterAnalysisDriver(clusterlists,hitlists,\[FSParticlelist\],\[plot folder\])) 

and a multitude of plots analyzing the clusters will be generated.

Definitions

   Each MCParticle of interest contributes to n clusters and has m unclustered hits. The cluster containing the most energy from this particle is its MAX cluster.

...