Changeset 563 in svn for trunk/data/DetectorCard_CMS.dat
- Timestamp:
- Jun 7, 2010, 8:16:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/DetectorCard_CMS.dat
r559 r563 99 99 # put 'y' for eta ; range [-CEN_max_tracker ; CEN_max_tracker ] 100 100 # 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)101 BTAG_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) 102 BTAG_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) 103 103 BTAG_func_g 0.01+0*x+0*y // (gluon-jets) 104 104 BTAG_func_l 0.01+0*x+0*y // (light-jets) … … 146 146 NEvents_Frog 100 147 147 # Number of events to process 148 NEvents 100// -1 means 'all'148 NEvents -1 // -1 means 'all' 149 149 150 150 # input PDG tables
Note:
See TracChangeset
for help on using the changeset viewer.