Fork me on GitHub

Changeset 558 in svn for trunk/data/DetectorCard.dat


Ignore:
Timestamp:
Feb 24, 2010, 6:26:47 PM (15 years ago)
Author:
Xavier Rouby
Message:

new b-tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/DetectorCard.dat

    r557 r558  
    8181ISOL_trk_Cone    0.5      //Cone  for isolation criteria
    8282ISOL_calo_Cone   0.5      //Cone  for isolation criteria
    83 ISOL_calo_ET     1E99     //minimal tower transverse energy for isolation criteria. 1E99 means "off"
     83ISOL_calo_ET     0        //minimal tower transverse energy for isolation criteria.
    8484ISOL_calo_Grid   3        //Grid size (N x N) for calorimetric isolation
    8585
     
    9090JET_Eflow        0              // Perfect energy assumed in the tracker coverage
    9191
    92 # Tagging definition
    93 BTAG_b           40             // b-tag efficiency (%)
    94 BTAG_mistag_c    10             // mistagging (%)
    95 BTAG_mistag_l    1              // mistagging (%)
     92# b-(mis)tagging efficiencies
     93# pt dependence for b-tagging and mistag
     94# see http://root.cern.ch/root/html/TFormula.html for syntax
     95# e.g. BTAG_func_b     0.4*(1-exp(-x))
     96# in case of no explicit dependence, on x (=PT) or y (=eta), you MUST add "+0*x" and/or "+0*y"
     97# e.g. BTAG_func_g     0.01 + 0*x + 0*y
     98# put 'x' for pt ; range: [0, 9E6 GeV/c]
     99# put 'y' for eta ; range [-CEN_max_tracker ; CEN_max_tracker ]
     100BTAG_func_b      0.4+0*x+0*y            // formula for Pt dependence of the b-tag efficiency (b-jets)
     101BTAG_func_c      0.1+0*x+0*y            // formula for Pt dependence of the mistag efficiency (c-jets)
     102BTAG_func_g      0.01+0*x+0*y           // (gluon-jets)
     103BTAG_func_l      0.01+0*x+0*y           // (light-jets)
    96104
    97105# FLAGS
Note: See TracChangeset for help on using the changeset viewer.