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