Fork me on GitHub

Changes between Version 24 and Version 25 of WorkBook/Modules


Ignore:
Timestamp:
Apr 27, 2013, 12:25:00 PM (11 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Modules

    v24 v25  
    1515  - !PartonEtaMax
    1616  - !EfficiencyFormula - efficiency (miss identification rate) specified for a PDG code as a function of transverse momentum and pseudo-rapidity
     17  - BitNumber (default 0)
     18
     19Starting from version 3.0.7 it is possible to test several (up to 32) b-tagging working points for every jet.
     20The BTag variable in the Jet class can store up to 32 bits. If the user specifies BitNumber = 0 in the BTagging module, that particular bit will be stored in the first position.
     21If BitNumber = 1, it will be in the second position, etc ...
     22
     23In order to check whether a jet has passed the b-tagging criterium defined by the BitNumber = i,  just do:
     24
     25 
     26
     27
     28
     29 
    1730
    1831== Calorimeter ==