Changes between Version 1 and Version 2 of WorkBook/Modules
- Timestamp:
- Nov 9, 2012, 5:17:49 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/Modules
v1 v2 1 1 == BTagging == 2 3 determines 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 2 18 == Calorimeter == 3 == Delphes == 19 20 fills 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 4 37 == Efficiency == 38 39 - input: 40 - !InputArray 41 42 - output: 43 - !OutputArray 44 5 45 == !EnergySmearing == 46 47 - input: 48 - !InputArray 49 50 - output: 51 - !OutputArray 52 6 53 == !FastJetFinder == 7 54 == Isolation == 55 56 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]. 57 58 - input: 59 - !CandidateInputArray 60 - !IsolationInputArray 61 62 - output: 63 - !OutputArray 64 65 - parameters: 66 - DeltaR 67 - PTMin 68 - PTRatioMin 69 - PTRatioMax 70 8 71 == Merger == 9 72 == !MomentumSmearing == 73 74 - input: 75 - !InputArray 76 77 - output: 78 - !OutputArray 79 10 80 == !ParticlePropagator == 81 82 - input: 83 - !InputArray 84 85 - output: 86 - !OutputArray 87 11 88 == !TauJetFinder == 12 89 == !TreeWriter ==