Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:24

0001 import FWCore.ParameterSet.Config as cms
0002 from RecoBTag.SecondaryVertex.combinedSecondaryVertexCommon_cff import combinedSecondaryVertexCommon
0003 
0004 caloDeepCSVTagInfos = cms.EDProducer(
0005     'TrackDeepNNTagInfoProducer',
0006     svTagInfos = cms.InputTag('inclusiveSecondaryVertexFinderTagInfos'),
0007     computer = combinedSecondaryVertexCommon
0008     )