Fork me on GitHub

Changes between Version 7 and Version 8 of OutDated/CodeReview


Ignore:
Timestamp:
Nov 9, 2012, 2:00:37 PM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OutDated/CodeReview

    v7 v8  
    66 - 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 - Only calorimeter resolution is used for electrons. Recent experiments often use tracker system to improve momentum resolution. Should we try to simulate these effects?
     9 
    810 - 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.'''
    911