CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoBTag/ImpactParameter/python/impactParameterMVAComputer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # impactParameterMVAComputer btag computer
00004 impactParameterMVAComputer = cms.ESProducer("GenericMVAJetTagESProducer",
00005     useCategories = cms.bool(False),
00006     calibrationRecord = cms.string('ImpactParameterMVA')
00007 )
00008 
00009