Fork me on GitHub

Changes between Version 56 and Version 57 of WorkBook/Modules


Ignore:
Timestamp:
Mar 16, 2015, 5:16:24 PM (10 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Modules

    v56 v57  
    161161To compute N-subjettiness variables (see JHEP 1103:015 (2011) and JHEP 1202:093 (2012)), use option 7.
    162162
    163  - Parameters:
     163 - parameters:
     164  - !ComputeNsubjettiness 0 (off), 1 (on)
    164165  - !AxisMode - 1 wta kt axes, 2 optimised wta kt axes, 3 kt axes, 4 optimized kt axes
    165166  - Beta
    166167
    167  - Recommended values for Beta:
     168 - recommended values for Beta:
    168169  - beta with kt_axes: 2.0
    169170  - beta with wta_kt_axes: anything greater than 0.0 (particularly good for 1.0)
    170171  - beta with onepass_kt_axes or onepass_wta_kt_axes:  between 1.0 and 3.0
    171172
     173To apply jet grooming such as Trimming (arXiv:0912.1342) , Pruning (arXiv:0912.0033), and !SoftDrop (arXiv:1402.2657)
     174
     175
     176 - parameters:
     177  - !ComputeTrimming 0 (off), 1 (on)
     178  - !ComputePruning 0 (off), 1 (on)
     179  - !ComputeSoftDrop 0 (off), 1 (on)
     180
     181 - recommended values:
     182  - RTrim 0.2  (triming)
     183  - !PtFracTrim 0.05 (triming)
     184  - !ZcutPrun 0.1 (pruning)
     185  - !RcutPrun 0.5 (pruning)
     186  - RPrun 0.8 (pruning)
     187  - !BetaSoftDrop 0.0 (soft-drop)
     188  - !SymmetryCutSoftDrop 0.1 (soft-drop)
     189  - R0SoftDrop 0.8 (soft-drop)
     190
    172191 - Example:
    173192
     
    185204  set Beta 1.0
    186205  set AxisMode 1
    187  
     206 
     207  set ComputeTrimming 1
     208  set RTrim 0.2
     209  set PtFracTrim 0.05
     210
     211  set ComputePruning 1
     212  set ZcutPrun 0.1
     213  set RcutPrun 0.5
     214  set RPrun 0.8
     215
     216  set ComputeSoftDrop 1
     217  set BetaSoftDrop 0.0
     218  set SymmetryCutSoftDrop 0.1
     219  set R0SoftDrop 0.8
     220
    188221  set JetPTMin 200.0
    189222}
     
    198231}}}
    199232
     233
     234}}}
    200235
    201236== Hector ==