Changes between Version 20 and Version 21 of WorkBook/Modules
- Timestamp:
- Feb 24, 2013, 10:45:53 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/Modules
v20 v21 14 14 - PartonPTMin 15 15 - !PartonEtaMax 16 - !EfficiencyFormula 16 - !EfficiencyFormula - efficiency (miss identification rate) specified for a PDG code as a function of transverse momentum and pseudo-rapidity 17 17 18 18 == Calorimeter == 19 19 20 fills calorimeter towers, performs calorimeter resolution smearing and preselects towers hit by electrons, photons and neutral particles20 fills calorimeter towers, performs calorimeter resolution smearing, preselects towers hit by photons and performs an energy flow algorithm 21 21 22 22 - input: 23 - !InputArray 23 - !ParticleInputArray 24 - !TrackInputArray 24 25 25 26 - output: 26 27 - !TowerOutputArray 27 - !NeutralOutputArray28 28 - !PhotonOutputArray 29 - !ElectronOutputArray 29 - !EFlowTrackOutputArray 30 - !EFlowTowerOutputArray 30 31 31 32 - parameters: … … 46 47 47 48 - parameters: 48 - !EfficiencyFormula - efficiency specified for a PDG codeas a function of transverse momentum and pseudo-rapidity49 - !EfficiencyFormula - efficiency specified as a function of transverse momentum and pseudo-rapidity 49 50 50 51 == !EnergySmearing == … … 59 60 60 61 - parameters: 61 - !ResolutionFormula - energy resolution specified for a PDG codeas a function of transverse momentum and pseudo-rapidity62 - !ResolutionFormula - energy resolution specified as a function of transverse momentum and pseudo-rapidity 62 63 63 64 == !FastJetFinder == … … 86 87 == Isolation == 87 88 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].89 sums 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. 89 90 90 91 - input: … … 96 97 97 98 - parameters: 98 - DeltaR 99 - DeltaRMax 99 100 - PTMin 100 - PTRatioMin101 101 - PTRatioMax 102 102 103 103 == Merger == 104 104 105 merges multiple input arrays into one output array and sums transverse momentaof all input objects105 merges multiple input arrays into one output array, sums transverse momenta and transverse energies of all input objects 106 106 107 107 - input: … … 111 111 - !OutputArray 112 112 - !MomentumOutputArray 113 - !EnergyOutputArray 113 114 114 115 == !MomentumSmearing == … … 123 124 124 125 - parameters: 125 - !ResolutionFormula - transverse momentum resolution specified for a PDG codeas a function of transverse momentum and pseudo-rapidity126 - !ResolutionFormula - transverse momentum resolution specified as a function of transverse momentum and pseudo-rapidity 126 127 127 128 == !ParticlePropagator == … … 135 136 - output: 136 137 - !OutputArray 137 138 - !ChargedHadronOutputArray 139 - !ElectronOutputArray 140 - !MuonOutputArray 141 138 142 - parameters: 139 143 - Radius … … 141 145 - Bz 142 146 143 == !TauJetFinder==147 == TauTagging == 144 148 145 finds hadronic tau decays149 determines origin of jet, applies tau-tagging efficiency (miss identification rate) formulas and sets tau-tagging flags 146 150 147 151 - input: 148 - ! TrackInputArray149 - ! TowerInputArray152 - !ParticleInputArray 153 - !PartonInputArray 150 154 - !JetInputArray 151 155 … … 154 158 155 159 - 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 161 164 162 165 == !TreeWriter == … … 172 175 173 176 - parameters: 174 - !InputArray Map177 - !InputArray - list of input and output arrays there earlier arrays take precedence over later ones