Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-30 04:10:33

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.HLTL1Sequence_cfi import *
0028 from ..sequences.HLTPFClusteringForEgammaUnseededSequence_cfi import *
0029 from ..sequences.HLTPFHcalClusteringForEgammaSequence_cfi import *
0030 
0031 
0032 HLTDiphoton3023IsoCaloIdUnseededSequence = cms.Sequence(HLTL1Sequence
0033                                                         +hltEGL1SeedsForDoublePhotonIsolatedFilter
0034                                                         +HLTDoFullUnpackingEgammaEcalSequence
0035                                                         +HLTPFClusteringForEgammaUnseededSequence
0036                                                         +HLTHgcalTiclPFClusteringForEgammaUnseededSequence
0037                                                         +hltEgammaCandidatesUnseeded
0038                                                         +hltEgammaCandidatesWrapperUnseeded
0039                                                         +hltEG30EtUnseededFilter
0040                                                         +hltDiEG23EtUnseededFilter
0041                                                         +hltEgammaClusterShapeUnseeded
0042                                                         +hltDiEG3023IsoCaloIdClusterShapeUnseededFilter
0043                                                         +hltEgammaHGCALIDVarsUnseeded
0044                                                         +hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter
0045                                                         +hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter
0046                                                         +hltDiEG3023IsoCaloIdHgcalHEUnseededFilter
0047                                                         +HLTEGammaDoLocalHcalSequence
0048                                                         +HLTFastJetForEgammaSequence
0049                                                         +hltEgammaHoverEUnseeded
0050                                                         +hltDiEG3023IsoCaloIdHEUnseededFilter
0051                                                         +hltEgammaEcalPFClusterIsoUnseeded
0052                                                         +hltDiEG3023IsoCaloIdEcalIsoUnseededFilter
0053                                                         +hltEgammaHGCalLayerClusterIsoUnseeded
0054                                                         +hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter
0055                                                         +HLTPFHcalClusteringForEgammaSequence
0056                                                         +hltEgammaHcalPFClusterIsoUnseeded
0057                                                         +hltDiEG3023IsoCaloIdHcalIsoUnseededFilter)