Fork me on GitHub

Changeset 563 in svn for trunk


Ignore:
Timestamp:
Jun 7, 2010, 8:16:25 AM (14 years ago)
Author:
Xavier Rouby
Message:

correction NEvents

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/DetectorCard_CMS.dat

    r559 r563  
    9999# put 'y' for eta ; range [-CEN_max_tracker ; CEN_max_tracker ]
    100100# never put any blank in the formula
    101 BTAG_func_b      0.4+TMath::Gaus(x,0,8)+TMath::Gaus(y,2,1)  // formula for Pt dependence of the b-tag efficiency (b-jets)
    102 BTAG_func_c      0.1+0*x+0*y            // formula for Pt dependence of the mistag efficiency (c-jets)
     101BTAG_func_b      (x<300)?(0.2+0*x+0*y):(0.6+0*x+y*0)            // formula for Pt dependence of the b-tag efficiency (b-jets)
     102BTAG_func_c      (x<300)?(0.01+0*x+0*y):(0.15+0*x+0*y)            // formula for Pt dependence of the mistag efficiency (c-jets)
    103103BTAG_func_g      0.01+0*x+0*y           // (gluon-jets)
    104104BTAG_func_l      0.01+0*x+0*y           // (light-jets)
     
    146146NEvents_Frog      100
    147147# Number of events to process
    148 NEvents           100                    // -1 means 'all'
     148NEvents           -1                    // -1 means 'all'
    149149
    150150# input PDG tables
Note: See TracChangeset for help on using the changeset viewer.