Go to the documentation of this file.00001 from HLTrigger.special.hltPhysicsDeclared_cfi import *
00002 hltPhysicsDeclared.L1GtReadoutRecordTag = 'gtDigis'
00003 hltbeamgas = cms.EDFilter("HLTHighLevel",
00004 TriggerResultsTag = cms.InputTag("TriggerResults","","HLT"),
00005 HLTPaths = cms.vstring('HLT_L1_BptxXOR_BscMinBiasOR'),
00006 eventSetupPathsKey = cms.string(''),
00007 andOr = cms.bool(True),
00008 throw = cms.bool(False),
00009 saveTags = cms.bool(False)
00010 )
00011 pfgskim3noncrossseq = cms.Sequence(hltPhysicsDeclared*hltbeamgas)