CMS 3D CMS Logo

HLTPhoton100OpenL1SeededSequence_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
11 from ..sequences.HLTL1Sequence_cfi import *
14 
15 HLTPhoton100OpenL1SeededSequence = cms.Sequence(
16  HLTL1Sequence +
17  HLTDoFullUnpackingEgammaEcalL1SeededSequence +
18  HLTPFClusteringForEgammaL1Seeded +
19  HLTHgcalTiclPFClusteringForEgammaL1Seeded +
20  hltEgammaCandidatesWrapperL1Seeded +
21  hltEG100EtL1SeededFilter +
22  hltPhoton100HgcalHEL1SeededFilter +
23  HLTDoLocalHcalSequence +
24  HLTFastJetForEgamma +
25  hltPhoton100HEL1SeededFilter,
26  HLTPhoton100OpenL1SeededTask
27 )