Fork me on GitHub

Changes between Version 26 and Version 27 of WorkBook/Modules


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Modules

    v26 v27  
    2222
    2323In order to check whether a jet has passed the b-tagging criterium defined by the !BitNumber = i,  just do:
    24 
    25 
     24{{{
     25Bool_t BtagOk = ( jet->BTag & (1 << i) );
     26}}}
    2627
    2728