CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/HLTrigger/special/python/hltPhysicsDeclared_cfi.py

Go to the documentation of this file.
00001 # coding: utf-8
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 )