CMS 3D CMS Logo

softLeptonAnalysis_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # SoftLepton jetTag configuration
00004 parameters = cms.PSet(
00005     discriminatorStart = cms.double(-0.2),
00006     nBinEffPur = cms.int32(100),
00007     # the constant b-efficiency for the differential plots versus pt and eta
00008     effBConst = cms.double(0.05),
00009     endEffPur = cms.double(0.205),
00010     discriminatorEnd = cms.double(1.2),
00011     startEffPur = cms.double(0.005)
00012 )
00013 
00014 

Generated on Tue Jun 9 17:49:32 2009 for CMSSW by  doxygen 1.5.4