CMS 3D CMS Logo

MC_BTV_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
7 
8 MC_BTV = cms.Path(
9  HLTParticleFlowSequence +
10  HLTAK4PFPuppiJetsReconstruction +
11  HLTBtagDeepCSVSequencePFPuppi +
12  HLTBtagDeepFlavourSequencePFPuppi
13 )