CMS 3D CMS Logo

calodeepFlavour_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from RecoBTag.Combined.caloDeepCSVTagInfos_cfi import caloDeepCSVTagInfos
4 from RecoBTag.Combined.caloDeepCSVJetTags_cfi import caloDeepCSVJetTags
5 
6 
9 caloDeepFlavourTask = cms.Task(
10  caloDeepCSVTagInfos,
11  caloDeepCSVJetTags
12 )
13 caloDeepFlavour = cms.Sequence(caloDeepFlavourTask)
14