File indexing completed on 2024-04-06 12:06:45
0001 from HLTrigger.special.hltPhysicsDeclared_cfi import *
0002 hltPhysicsDeclared.L1GtReadoutRecordTag = 'gtDigis'
0003 hltbeamgas = cms.EDFilter("HLTHighLevel",
0004 TriggerResultsTag = cms.InputTag("TriggerResults","","HLT"),
0005 HLTPaths = cms.vstring('HLT_L1_BptxXOR_BscMinBiasOR'),
0006 eventSetupPathsKey = cms.string(''),
0007 andOr = cms.bool(True),
0008 throw = cms.bool(False),
0009 saveTags = cms.bool(False)
0010 )
0011 pfgskim3noncrossseq = cms.Sequence(hltPhysicsDeclared*hltbeamgas)