Fork me on GitHub

Changes between Version 20 and Version 21 of WorkBook/Modules


Ignore:
Timestamp:
Feb 24, 2013, 10:45:53 PM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Modules

    v20 v21  
    1414  - PartonPTMin
    1515  - !PartonEtaMax
    16   - !EfficiencyFormula
     16  - !EfficiencyFormula - efficiency (miss identification rate) specified for a PDG code as a function of transverse momentum and pseudo-rapidity
    1717
    1818== Calorimeter ==
    1919
    20 fills calorimeter towers, performs calorimeter resolution smearing and preselects towers hit by electrons, photons and neutral particles
     20fills calorimeter towers, performs calorimeter resolution smearing, preselects towers hit by photons and performs an energy flow algorithm
    2121
    2222 - input:
    23   - !InputArray
     23  - !ParticleInputArray
     24  - !TrackInputArray
    2425
    2526 - output:
    2627  - !TowerOutputArray
    27   - !NeutralOutputArray
    2828  - !PhotonOutputArray
    29   - !ElectronOutputArray
     29  - !EFlowTrackOutputArray
     30  - !EFlowTowerOutputArray
    3031
    3132 - parameters:
     
    4647
    4748 - parameters:
    48   - !EfficiencyFormula - efficiency specified for a PDG code as a function of transverse momentum and pseudo-rapidity
     49  - !EfficiencyFormula - efficiency specified as a function of transverse momentum and pseudo-rapidity
    4950
    5051== !EnergySmearing ==
     
    5960
    6061 - parameters:
    61   - !ResolutionFormula - energy resolution specified for a PDG code as a function of transverse momentum and pseudo-rapidity
     62  - !ResolutionFormula - energy resolution specified as a function of transverse momentum and pseudo-rapidity
    6263
    6364== !FastJetFinder ==
     
    8687== Isolation ==
    8788
    88 sums transverse momenta of isolation objects (tracks, calorimeter towers, etc) within a DeltaR cone around a candidate and calculates fraction of this sum to the candidate's transverse momentum. outputs candidates that have the transverse momenta fraction within (PTRatioMin, PTRatioMax].
     89sums transverse momenta of isolation objects (tracks, calorimeter towers, etc) within a DeltaRMax cone around a candidate, calculates fraction of this sum to the candidate's transverse momentum and outputs candidates that have the transverse momenta fraction less than PTRatioMax.
    8990
    9091 - input:
     
    9697
    9798 - parameters:
    98   - DeltaR
     99  - DeltaRMax
    99100  - PTMin
    100   - PTRatioMin
    101101  - PTRatioMax
    102102
    103103== Merger ==
    104104
    105 merges multiple input arrays into one output array and sums transverse momenta of all input objects
     105merges multiple input arrays into one output array, sums transverse momenta and transverse energies of all input objects
    106106
    107107 - input:
     
    111111  - !OutputArray
    112112  - !MomentumOutputArray
     113  - !EnergyOutputArray
    113114
    114115== !MomentumSmearing ==
     
    123124
    124125 - parameters:
    125   - !ResolutionFormula - transverse momentum resolution specified for a PDG code as a function of transverse momentum and pseudo-rapidity
     126  - !ResolutionFormula - transverse momentum resolution specified as a function of transverse momentum and pseudo-rapidity
    126127
    127128== !ParticlePropagator ==
     
    135136 - output:
    136137  - !OutputArray
    137 
     138  - !ChargedHadronOutputArray
     139  - !ElectronOutputArray
     140  - !MuonOutputArray
     141 
    138142 - parameters:
    139143  - Radius
     
    141145  - Bz
    142146
    143 == !TauJetFinder ==
     147== TauTagging ==
    144148
    145 finds hadronic tau decays
     149determines origin of jet, applies tau-tagging efficiency (miss identification rate) formulas and sets tau-tagging flags
    146150
    147151 - input:
    148   - !TrackInputArray
    149   - !TowerInputArray
     152  - !ParticleInputArray
     153  - !PartonInputArray
    150154  - !JetInputArray
    151155
     
    154158
    155159 - parameters:
    156   - TrackDeltaR
    157   - TowerDeltaR
    158   - TrackPTMin
    159   - TowerETMin
    160   - JetPTMin
     160  - DeltaR
     161  - TauPTMin
     162  - !TauEtaMax
     163  - !EfficiencyFormula - efficiency (miss identification rate) specified for a PDG code as a function of transverse momentum and pseudo-rapidity
    161164
    162165== !TreeWriter ==
     
    172175
    173176 - parameters:
    174   - !InputArrayMap
     177  - !InputArray - list of input and output arrays there earlier arrays take precedence over later ones