Fork me on GitHub

Changes between Version 34 and Version 35 of WorkBook/Modules


Ignore:
Timestamp:
Apr 17, 2014, 11:36:47 AM (10 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Modules

    v34 v35  
    3030for information on this module, see this presentation [https://cp3.irmp.ucl.ac.be/projects/delphes/raw-attachment/wiki/WorkBook/Modules/btagging_v2.pdf].
    3131
     32
     33== Simple Calorimeter ==
     34
     35fills 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
    3252== Calorimeter ==
    3353
    34 fills calorimeter towers, performs calorimeter resolution smearing, preselects towers hit by photons and performs an energy flow algorithm
     54fills calorimeter towers for both ECAL and HCAL, performs calorimeter resolution smearing, preselects towers hit by photons and performs an energy flow algorithm.
     55ECAL and HCAL are tied together and have the same granularity. For more flexibility use !SimpleCalorimeter.
    3556
    3657 - input: