File indexing completed on 2025-04-02 02:42:35
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from ..modules.hltDiEG23EtUnseededFilter_cfi import *
0004 from ..modules.hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi import *
0005 from ..modules.hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi import *
0006 from ..modules.hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi import *
0007 from ..modules.hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi import *
0008 from ..modules.hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi import *
0009 from ..modules.hltDiEG3023IsoCaloIdHEUnseededFilter_cfi import *
0010 from ..modules.hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi import *
0011 from ..modules.hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi import *
0012 from ..modules.hltEG30EtUnseededFilter_cfi import *
0013 from ..modules.hltEgammaCandidatesWrapperUnseeded_cfi import *
0014 from ..modules.hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi import *
0015 from ..modules.hltEgammaCandidatesUnseeded_cfi import *
0016 from ..modules.hltEgammaClusterShapeUnseeded_cfi import *
0017 from ..modules.hltEgammaEcalPFClusterIsoUnseeded_cfi import *
0018 from ..modules.hltEgammaHcalPFClusterIsoUnseeded_cfi import *
0019 from ..modules.hltEgammaHGCALIDVarsUnseeded_cfi import *
0020 from ..modules.hltEgammaHGCalLayerClusterIsoUnseeded_cfi import *
0021 from ..modules.hltEgammaHoverEUnseeded_cfi import *
0022
0023 from ..sequences.HLTDoFullUnpackingEgammaEcalSequence_cfi import *
0024 from ..sequences.HLTEGammaDoLocalHcalSequence_cfi import *
0025 from ..sequences.HLTFastJetForEgammaSequence_cfi import *
0026 from ..sequences.HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi import *
0027 from ..sequences.HLTPFClusteringForEgammaUnseededSequence_cfi import *
0028 from ..sequences.HLTPFHcalClusteringForEgammaSequence_cfi import *
0029
0030
0031 HLTDiphoton3023IsoCaloIdUnseededSequence = cms.Sequence(hltEGL1SeedsForDoublePhotonIsolatedFilter
0032 +HLTDoFullUnpackingEgammaEcalSequence
0033 +HLTPFClusteringForEgammaUnseededSequence
0034 +HLTHgcalTiclPFClusteringForEgammaUnseededSequence
0035 +hltEgammaCandidatesUnseeded
0036 +hltEgammaCandidatesWrapperUnseeded
0037 +hltEG30EtUnseededFilter
0038 +hltDiEG23EtUnseededFilter
0039 +hltEgammaClusterShapeUnseeded
0040 +hltDiEG3023IsoCaloIdClusterShapeUnseededFilter
0041 +hltEgammaHGCALIDVarsUnseeded
0042 +hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter
0043 +hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter
0044 +hltDiEG3023IsoCaloIdHgcalHEUnseededFilter
0045 +HLTEGammaDoLocalHcalSequence
0046 +HLTFastJetForEgammaSequence
0047 +hltEgammaHoverEUnseeded
0048 +hltDiEG3023IsoCaloIdHEUnseededFilter
0049 +hltEgammaEcalPFClusterIsoUnseeded
0050 +hltDiEG3023IsoCaloIdEcalIsoUnseededFilter
0051 +hltEgammaHGCalLayerClusterIsoUnseeded
0052 +hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter
0053 +HLTPFHcalClusteringForEgammaSequence
0054 +hltEgammaHcalPFClusterIsoUnseeded
0055 +hltDiEG3023IsoCaloIdHcalIsoUnseededFilter)