Changes between Version 4 and Version 5 of WorkBook/Modules
- Timestamp:
- Nov 9, 2012, 5:37:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/Modules
v4 v5 32 32 - !EtaPhiBins 33 33 - !EnergyFraction 34 - ECal SmearingFormula35 - HCal SmearingFormula34 - ECalResolutionFormula - energy resolution as a function of energy and pseudo-rapidity 35 - HCalResolutionFormula - energy resolution as a function of energy and pseudo-rapidity 36 36 37 37 == Efficiency == … … 42 42 - output: 43 43 - !OutputArray 44 45 - parameters: 46 - !EfficiencyFormula - efficiency specified for a PDG code as a function of transverse momentum and pseudo-rapidity 44 47 45 48 == !EnergySmearing == … … 57 60 58 61 == !FastJetFinder == 62 63 finds 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 59 84 == Isolation == 60 85 … … 75 100 76 101 == Merger == 102 103 merges 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 77 111 == !MomentumSmearing == 78 112