CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TkSDSkim_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 import copy
4 TkSDFilter = copy.deepcopy(hltHighLevel)
5 TkSDFilter.throw = cms.bool(False)
6 TkSDFilter.HLTPaths = ["HLT_L1_BscMinBiasOR_BptxPlusORMinus","HLT_L1Tech_BSC_minBias_OR"]
7 
8 TkSD_Seq = cms.Sequence(TkSDFilter)