Go to the documentation of this file.00001
00002
00003 import FWCore.ParameterSet.Config as cms
00004
00005 hltPhysicsDeclared = cms.EDFilter("HLTPhysicsDeclared",
00006 invert = cms.bool( False ),
00007 L1GtReadoutRecordTag = cms.InputTag('hltGtDigis')
00008 )