CMS 3D CMS Logo

pfNegativeDeepFlavourTagInfos_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from RecoBTag.FeatureTools.pfDeepFlavourTagInfos_cfi import pfDeepFlavourTagInfos
4 
5 pfNegativeDeepFlavourTagInfos = pfDeepFlavourTagInfos.clone(
6  shallow_tag_infos = 'pfDeepCSVNegativeTagInfos',
7  secondary_vertices = 'inclusiveCandidateNegativeSecondaryVertices',
8  flip = True
9  )