CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
higgsToWW2Leptons_Sequences_cff.py
Go to the documentation of this file.
2 
5 higgsToWWTrigReport = cms.EDAnalyzer("HLTrigReport",
6  HLTriggerResults = cms.InputTag("TriggerResults")
7 )
8 
9 higgsToWW2LeptonsSequence = cms.Sequence(higgsToWWTrigReport+higgsToWW2LeptonsHLTFilter+higgsToWW2LeptonsFilter)
10