Fork me on GitHub

Changes between Version 1 and Version 2 of WorkBook/Modules


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Modules

    v1 v2  
    11== BTagging ==
     2
     3determines origin of jet and sets b-tagging flags
     4
     5 - input:
     6  - !PartonInputArray
     7  - !JetInputArray
     8
     9 - output:
     10  - !OutputArray
     11
     12 - parameters:
     13  - DeltaR
     14  - PartonPTMin
     15  - !PartonEtaMax
     16  - !EfficiencyFormula
     17
    218== Calorimeter ==
    3 == Delphes ==
     19
     20fills calorimeter towers, performs calorimeter resolution smearing and preselects towers hit by electrons, photons and neutral particles
     21
     22 - input:
     23  - !InputArray
     24
     25 - output:
     26  - !TowerOutputArray
     27  - !NeutralOutputArray
     28  - !PhotonOutputArray
     29  - !ElectronOutputArray
     30
     31 - parameters:
     32  - !EtaPhiBins
     33  - !EnergyFraction
     34  - ECalSmearingFormula
     35  - HCalSmearingFormula
     36
    437== Efficiency ==
     38
     39 - input:
     40  - !InputArray
     41
     42 - output:
     43  - !OutputArray
     44
    545== !EnergySmearing ==
     46
     47 - input:
     48  - !InputArray
     49
     50 - output:
     51  - !OutputArray
     52
    653== !FastJetFinder ==
    754== Isolation ==
     55
     56sums 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].
     57
     58 - input:
     59  - !CandidateInputArray
     60  - !IsolationInputArray
     61
     62 - output:
     63  - !OutputArray
     64
     65 - parameters:
     66  - DeltaR
     67  - PTMin
     68  - PTRatioMin
     69  - PTRatioMax
     70
    871== Merger ==
    972== !MomentumSmearing ==
     73
     74 - input:
     75  - !InputArray
     76
     77 - output:
     78  - !OutputArray
     79
    1080== !ParticlePropagator ==
     81
     82 - input:
     83  - !InputArray
     84
     85 - output:
     86  - !OutputArray
     87
    1188== !TauJetFinder ==
    1289== !TreeWriter ==