Fork me on GitHub

Changes between Version 43 and Version 44 of WorkBook/Modules


Ignore:
Timestamp:
Dec 18, 2014, 1:34:57 AM (10 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Modules

    v43 v44  
    3535If !BitNumber = 1, it will be in the second position, etc ...
    3636
    37 In order to check whether a jet has passed the b-tagging criterium defined by the !BitNumber = i,  just do:
     37In order to check whether a jet has passed the b-tagging criteria defined by the !BitNumber = i,  just do:
    3838{{{
    3939Bool_t BtagOk = ( jet->BTag & (1 << i) );
     
    4747== !SimpleCalorimeter ==
    4848
    49 Fills calorimeter tower, performs calorimeter resolution smearing, preselects towers hit by photons and performs an energy flow algorithm.
     49Fills calorimeter towers, performs calorimeter resolution smearing, pre-selects towers hit by photons and performs an energy flow algorithm.
    5050
    5151
     
    126126== !FastJetFinder ==
    127127
    128 Finds jets using [http://fastjet.fr/ FastJet] library, for more information about parameters see chapters 4 and 5 of the [http://fastjet.fr/repo/fastjet-doc-3.0.2.pdf FasJet user manual]
    129 
    130  - input:
    131   - !InputArray
    132 
    133  - output:
    134   - !OutputArray
    135 
    136  - parameters:
    137   - !JetAlgorithm - 1 CDFJetClu, 2 !MidPoint, 3 SIScone, 4 kt, 5 !Cambridge/Aachen, 6 antikt, 7 N-subjettiness, 8 N-jettiness
     128Finds jets using the [http://fastjet.fr/ FastJet] library, for more information about parameters see chapters 4 and 5 of the [http://fastjet.fr/repo/fastjet-doc-3.0.2.pdf FasJet user manual]
     129
     130 - input:
     131  - !InputArray
     132
     133 - output:
     134  - !OutputArray
     135
     136 - parameters:
     137  - !JetAlgorithm - 1 CDFJetClu, 2 !MidPoint, 3 SIScone, 4 kt, 5 !Cambridge/Aachen, 6 anti-kt, 7 anti-kt with winner-take-all axis (for N-subjettiness), 8 N-jettiness
    138138  - ParameterR
    139139  - !ConeRadius