Changes between Version 34 and Version 35 of WorkBook/Modules
- Timestamp:
- Apr 17, 2014, 11:36:47 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/Modules
v34 v35 30 30 for information on this module, see this presentation [https://cp3.irmp.ucl.ac.be/projects/delphes/raw-attachment/wiki/WorkBook/Modules/btagging_v2.pdf]. 31 31 32 33 == Simple Calorimeter == 34 35 fills calorimeter tower, performs calorimeter resolution smearing, preselects towers hit by photons and performs an energy flow algorithm. 36 37 38 - input: 39 - !ParticleInputArray 40 - !TrackInputArray 41 42 - output: 43 - !TowerOutputArray 44 - EFlowTowerOutputArray 45 46 - parameters: 47 - !EtaPhiBins 48 - !EnergyFraction 49 - ResolutionFormula - energy resolution as a function of energy and pseudo-rapidity 50 51 32 52 == Calorimeter == 33 53 34 fills calorimeter towers, performs calorimeter resolution smearing, preselects towers hit by photons and performs an energy flow algorithm 54 fills calorimeter towers for both ECAL and HCAL, performs calorimeter resolution smearing, preselects towers hit by photons and performs an energy flow algorithm. 55 ECAL and HCAL are tied together and have the same granularity. For more flexibility use !SimpleCalorimeter. 35 56 36 57 - input: