Fork me on GitHub

Changes between Version 38 and Version 39 of WorkBook/Modules


Ignore:
Timestamp:
Apr 17, 2014, 2:12:09 PM (10 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Modules

    v38 v39  
    2626}}}
    2727
    28 == Impact Parameter b-tagging ==
     28== TrackCountingBTagging ==
    2929
    3030for information on this module, see this presentation [https://cp3.irmp.ucl.ac.be/projects/delphes/raw-attachment/wiki/WorkBook/Modules/btagging_v2.pdf].
    3131
    3232
    33 == Simple Calorimeter ==
     33== !SimpleCalorimeter ==
    3434
    3535fills calorimeter tower, performs calorimeter resolution smearing, preselects towers hit by photons and performs an energy flow algorithm.
     
    135135To compute N-subjettiness variables (see JHEP 1103:015 (2011) and JHEP 1202:093 (2012)), use option 7.
    136136
    137 Parameters:
    138 
    139 !AxisMode - 1 wta kt axes, 2 optimised wta kt axes, 3 kt axes, 4 optimized kt axes
    140 Beta
    141 
    142 Recommended values for Beta:
    143 
    144 beta with kt_axes: 2.0
    145 
    146 beta with wta_kt_axes: anything greater than 0.0 (particularly good for 1.0)
    147 
    148 beta with onepass_kt_axes or onepass_wta_kt_axes:  between 1.0 and 3.0
    149 
    150 Example:
     137 - Parameters:
     138  - !AxisMode - 1 wta kt axes, 2 optimised wta kt axes, 3 kt axes, 4 optimized kt axes
     139  - Beta
     140
     141 - Recommended values for Beta:
     142  - beta with kt_axes: 2.0
     143  - beta with wta_kt_axes: anything greater than 0.0 (particularly good for 1.0)
     144  - beta with onepass_kt_axes or onepass_wta_kt_axes:  between 1.0 and 3.0
     145
     146 - Example:
    151147
    152148{{{
     
    170166
    171167
    172 To cluster jets with N-jettiness, use
     168 - To cluster jets with N-jettiness, use
    173169
    174170{{{
     
    177173
    178174
     175== Hector ==
     176
     177Hector takes care of propagating particle within the beam line up to a certain point. (see JINST 2:P09005 (2007))
     178
     179 - input:
     180  - !InputArray
     181
     182 - output:
     183  - !OutputArray (propagated particles)
     184
     185 - parameters:
     186  - Direction
     187  - !BeamLineLength
     188  - Distance
     189  - OffsetX
     190  - OffsetS
     191  - SigmaE
     192  - SigmaX
     193  - SigmaY
     194  - SigmaT
     195  - !EtaMin       
     196  - !BeamLineFile
     197  - IPName
     198 
    179199
    180200== Isolation ==