CMS 3D CMS Logo

caloDeepCSVTagInfos_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 caloDeepCSVTagInfos = cms.EDProducer(
5  'TrackDeepNNTagInfoProducer',
6  svTagInfos = cms.InputTag('inclusiveSecondaryVertexFinderTagInfos'),
7  computer = combinedSecondaryVertexCommon
8  )