CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltPhysicsDeclared_cfi.py
Go to the documentation of this file.
1 # coding: utf-8
2 
3 import FWCore.ParameterSet.Config as cms
4 
5 hltPhysicsDeclared = cms.EDFilter("HLTPhysicsDeclared",
6  invert = cms.bool( False ),
7  L1GtReadoutRecordTag = cms.InputTag('hltGtDigis')
8 )