CMS 3D CMS Logo

higgsToZZ4Leptons_Sequences_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 higgsToZZ4HLTrigReport = cms.EDFilter("HLTrigReport",
6  HLTriggerResults = cms.InputTag("TriggerResults")
7 )
8 
9 higgsToZZ4LeptonsSequence = cms.Sequence(higgsToZZ4HLTrigReport+higgsToZZ4LeptonsHLTFilter+higgsToZZ4LeptonsFilter)
10