CMS 3D CMS Logo

HLTPhoton187L1SeededSequence_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
12 from ..sequences.HLTL1Sequence_cfi import *
15 
16 HLTPhoton187L1SeededSequence = cms.Sequence(
17  HLTL1Sequence +
18  l1tTkEmSingle51Filter +
19  HLTDoFullUnpackingEgammaEcalL1SeededSequence +
20  HLTPFClusteringForEgammaL1Seeded +
21  HLTHgcalTiclPFClusteringForEgammaL1Seeded +
22  hltEgammaCandidatesWrapperL1Seeded +
23  hltEG187EtL1SeededFilter +
24  hltPhoton187HgcalHEL1SeededFilter +
25  HLTDoLocalHcalSequence +
26  HLTFastJetForEgamma +
27  hltPhoton187HEL1SeededFilter,
28  HLTPhoton187L1SeededTask
29 )