CMS 3D CMS Logo

HLTPhoton187UnseededSequence_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 HLTPhoton187UnseededSequence = cms.Sequence(
17  HLTL1Sequence +
18  l1tTkEmSingle51Filter +
19  HLTDoFullUnpackingEgammaEcalSequence +
20  HLTPFClusteringForEgammaUnseeded +
21  HLTHgcalTiclPFClusteringForEgammaUnseeded +
22  hltEgammaCandidatesWrapperUnseeded +
23  hltEG187EtUnseededFilter +
24  hltPhoton187HgcalHEUnseededFilter +
25  HLTDoLocalHcalSequence +
26  HLTFastJetForEgamma +
27  hltPhoton187HEUnseededFilter,
28  HLTPhoton187UnseededTask
29 )