CMS 3D CMS Logo

HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
15 
20 from ..sequences.HLTL1Sequence_cfi import *
23 
24 HLTPhoton108EBTightIDTightIsoUnseededSequence = cms.Sequence(HLTL1Sequence
25  +hltEGL1SeedsForSinglePhotonIsolatedFilter
26  +HLTDoFullUnpackingEgammaEcalSequence
27  +HLTPFClusteringForEgammaUnseededSequence
28  +HLTHgcalTiclPFClusteringForEgammaUnseededSequence
29  +hltEgammaCandidatesUnseeded
30  +hltEgammaCandidatesWrapperUnseeded
31  +hltEG108EtUnseededFilter
32  +hltEgammaClusterShapeUnseeded
33  +hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter
34  +HLTEGammaDoLocalHcalSequence
35  +HLTFastJetForEgammaSequence
36  +hltEgammaHoverEUnseeded
37  +hltPhoton108EBTightIDTightIsoHEUnseededFilter
38  +hltEgammaEcalPFClusterIsoUnseeded
39  +hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter
40  +HLTPFHcalClusteringForEgammaSequence
41  +hltEgammaHcalPFClusterIsoUnseeded
42  +hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter)