Versions Compared

Key

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

...

  1. EcalRawConverterDriver converts RawTrackerHit input collection into CalorimeterHit collection.
  2. ReconClusterDriver uses the ReconClusterer to create calorimeter Cluster collection from input hits collection.
  3. CopyClusterCollectionDriver copies the clusters (with raw energies) to a different collection.

The copied collection will be updated with corrected energies in the next step. 

Reconstructed Particles

The HpsReconParticleDriver performs the last steps of the reconstruction.

Track-cluster matching associates ECal clusters with tracks, and vertex reconstruction is performed.  The matching tracks and clusters are be associated together into a into ReconstructedParticle collection.

...