// GoodJet.rcp // define good Jets for JES/MET corrections // Choose a set of hardcoded Jet quality cuts. // 0=Use older jet ID with parameters listed below // 1=jetid (partially) optimized for p17 fixed data (see CALGO 09/06/2005) int iMinEmfCuts = 1 int iChfCuts = 1 int iL1Conf = 1 //Generic electron veto float JetIdemfmax = 0.95 //When is there no L1 readout, and what to do then float f90_noL1 = 0.5 float CHF_noL1 = 0.15 float L1_boundary_offset = 0.2 //Other cuts which are normally turned off by selecting the apropriate value here float JetIdHotCellRatio = 1000. int JetIdn90 = 0 // Jet quality cuts for set 0 float JetIdemfmin = 0.05 float JetIdchf = 0.4 float JetCCL1 = 0.4 float JetICDL1 = 0.4 float JetECL1 = 0.4 bool MCJetRemoval=false // These are the parametrisations of the reconstruction efficiency in data // in the CC, ICD and EC (numbers from Tobias) float jet_reco_eff_cc_par = (9.81287, 3.37755, 1.01046) float jet_reco_eff_icd_par = (15.0498, 1.96023, 0.927072) float jet_reco_eff_ec_par = (13.4772, 2.17584, 0.982845) int dummy = 1