CMS 3D CMS Logo

combinedSVMVAAnalysis_cff.py

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

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