CMS 3D CMS Logo

pfDeepCSVTagInfos_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from RecoBTag.SecondaryVertex.combinedSecondaryVertexCommon_cff import combinedSecondaryVertexCommon
3 
4 pfDeepCSVTagInfos = cms.EDProducer(
5  'DeepNNTagInfoProducer',
6  svTagInfos = cms.InputTag('pfInclusiveSecondaryVertexFinderTagInfos'),
7  computer = combinedSecondaryVertexCommon
8  )