CMS 3D CMS Logo

rsTo2Gamma_Sequences_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 rsTo2GammaHLTrigReport = cms.EDAnalyzer("HLTrigReport",
6  HLTriggerResults = cms.InputTag("TriggerResults")
7 )
8 
9 rsTo2GammaSequence = cms.Sequence(rsTo2GammaHLTrigReport+rsTo2GammaHLTFilter+rsTo2GammaFilter)
10