Fork me on GitHub

Changes between Version 4 and Version 5 of WorkBook/Modules


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Modules

    v4 v5  
    3232  - !EtaPhiBins
    3333  - !EnergyFraction
    34   - ECalSmearingFormula
    35   - HCalSmearingFormula
     34  - ECalResolutionFormula - energy resolution as a function of energy and pseudo-rapidity
     35  - HCalResolutionFormula - energy resolution as a function of energy and pseudo-rapidity
    3636
    3737== Efficiency ==
     
    4242 - output:
    4343  - !OutputArray
     44
     45 - parameters:
     46  - !EfficiencyFormula - efficiency specified for a PDG code as a function of transverse momentum and pseudo-rapidity
    4447
    4548== !EnergySmearing ==
     
    5760
    5861== !FastJetFinder ==
     62
     63finds jets using FastJet library
     64
     65 - input:
     66  - !InputArray
     67
     68 - output:
     69  - !OutputArray
     70
     71 - parameters:
     72  - JetAlgorithm - 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt
     73  - ParameterR
     74  - ConeRadius
     75  - SeedThreshold
     76  - ConeAreaFraction
     77  - AdjacencyCut
     78  - OverlapThreshold
     79  - MaxIterations
     80  - MaxPairSize
     81  - Iratch
     82  - JetPTMin
     83
    5984== Isolation ==
    6085
     
    75100
    76101== Merger ==
     102
     103merges multiple input arrays into one output array and sums transverse momenta of all input objects
     104
     105 - input:
     106  - !InputArray - list of input arrays and corresponding selection criteria as functions of transverse momentum and pseudo-rapidity
     107
     108 - output:
     109  - !OutputArray
     110
    77111== !MomentumSmearing ==
    78112