CMS 3D CMS Logo

higgsToInvisible_Sequences_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 higgsToInvisibleTrigReport = cms.EDAnalyzer("HLTrigReport",
5  HLTriggerResults = cms.InputTag("TriggerResults")
6 )
7 
8 higgsToInvisibleSequence = cms.Sequence(higgsToInvisibleTrigReport+higgsToInvisibleHLTFilter)
9