CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/DPGAnalysis/Skims/python/TkSDSkim_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 import copy
00003 from HLTrigger.HLTfilters.hltHighLevel_cfi import*
00004 TkSD_Filter = copy.deepcopy(hltHighLevel)
00005 TkSD_Filter.throw = cms.bool(False)
00006 TkSD_Filter.HLTPaths = ["HLT_L1_BscMinBiasOR_BptxPlusORMinus","HLT_L1Tech_BSC_minBias_OR"] 
00007 
00008 TkSD_Seq = cms.Sequence(TkSD_Filter)