CMS 3D CMS Logo

hltTriggerSummaryAOD_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltTriggerSummaryAOD = cms.EDProducer( "TriggerSummaryProducerAOD",
4  throw = cms.bool( False ),
5  processName = cms.string( "*" ),
6  moduleLabelPatternsToMatch = cms.vstring( 'hlt*','l1t*' ),
7  moduleLabelPatternsToSkip = cms.vstring( )
8 )