CMS 3D CMS Logo

pfDeepCMVAJetTags_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pfDeepCMVAJetTags = cms.EDProducer(
4  'DeepFlavourJetTagsProducer',
5  src = cms.InputTag('pfDeepCMVATagInfos'),
6  checkSVForDefaults = cms.bool(False),
7  meanPadding = cms.bool(False),
8  NNConfig = cms.FileInPath('RecoBTag/Combined/data/Model_DeepCMVA.json'),
9  toAdd = cms.PSet(
10  ),
11 )