CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/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 )