CMS 3D CMS Logo

slimmedPatTrigger_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 slimmedPatTrigger = cms.EDProducer("PATTriggerObjectStandAloneSlimmer",
4  src = cms.InputTag("selectedPatTrigger"),
5  triggerResults = cms.InputTag( 'TriggerResults::HLT' ),
6  packFilterLabels = cms.bool(True),
7  packP4 = cms.bool(True),
8 )