Fork me on GitHub

Changes between Version 1 and Version 2 of OutDated/CodeReview


Ignore:
Timestamp:
Nov 2, 2012, 11:33:50 PM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OutDated/CodeReview

    v1 v2  
    44 - In the input events we have particles coming from proton remnants and Ks decays. These decays can happen quite far from the interaction point. When the particles produced far from the interaction point are propagated to the calorimeter, their momentum eta and their position eta are quite different. What should we do with these decays? Should the different types of particles (charged, neutrals, electrons, photons, muons etc) be treated differently?
    55
    6  - Calorimeter towers are required to have total energy greater than zero (Eecal + Ehcal > 0). What should we do with towers that have negative Eecal < 0 or Ehcal < 0?
     6 - Calorimeter towers are required to have total energy greater than zero (Eecal + Ehcal > 0). What should we do with towers that have negative Eecal < 0 or Ehcal < 0? *Solved:* set negative Eecal or Ehcal to 0.
    77
    8  - Towers that have at least one hit from a neutral particle are used together with tracks as input for the jet finding algorithm. If a tower has hits from both neutral and charged particles, then we have double counting for the charged particles.
     8 - Towers that have at least one hit from a neutral particle are used together with tracks as input for the jet finding algorithm. If a tower has hits from both neutral and charged particles, then we have double counting for the charged particles. *Solved:* calculate fraction of energy from neutral particles in ecal and hcal and then apply this fraction to the smeared ecal and hcal energy.