forked from cms-sw/cmssw
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from Sam-Harper/GSIssueNoThrow
stopping throws on duplicate superclusters in the event & other debugging info
- Loading branch information
Showing
16 changed files
with
84 additions
and
302 deletions.
There are no files selected for viewing
8 changes: 0 additions & 8 deletions
8
RecoEcal/EgammaClusterProducers/python/gsBrokenToGSFixedSuperClustersMap_cfi.py
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
RecoEcal/EgammaClusterProducers/python/gsFixedRefinedBarrelSuperClusters_cfi.py
This file was deleted.
Oops, something went wrong.
5 changes: 4 additions & 1 deletion
5
...python/gsFixedRefinedSuperClusters_cfi.py → ...s/python/particleFlowEGammaGSFixed_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
gsFixedRefinedSuperClusters = cms.EDProducer("EGRefinedSCFixer", | ||
particleFlowEGammaGSFixed = cms.EDProducer("EGRefinedSCFixer", | ||
orgRefinedSC = cms.InputTag("particleFlowEGamma", '', cms.InputTag.skipCurrentProcess()), | ||
orgSC = cms.InputTag("particleFlowSuperClusterECAL", '', cms.InputTag.skipCurrentProcess()), | ||
fixedSC = cms.InputTag("particleFlowSuperClusterECALGSFixed"), | ||
fixedPFClusters = cms.InputTag("particleFlowClusterECALGSFixed"), | ||
throwOnDupECALClustersInEvent = cms.bool(False), | ||
throwOnDupESClustersInEvent = cms.bool(True) | ||
|
||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...ers/python/gsFixedGsfElectronCores_cfi.py → .../python/gedGsfElectronCoresGSFixed_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
gsFixedGsfElectronCores = cms.EDProducer("GsfElectronCoreGSCrysFixer", | ||
gedGsfElectronCoresGSFixed = cms.EDProducer("GsfElectronCoreGSCrysFixer", | ||
orgCores=cms.InputTag("gedGsfElectronCores", '', cms.InputTag.skipCurrentProcess()), | ||
refinedSCs = cms.InputTag('gsFixedRefinedSuperClusters'), | ||
refinedSCs = cms.InputTag('particleFlowEGammaGSFixed'), | ||
scs = cms.InputTag('particleFlowSuperClusterECALGSFixed'), | ||
) |
4 changes: 2 additions & 2 deletions
4
...oducers/python/gsFixedGsfElectrons_cfi.py → ...cers/python/gedGsfElectronsGSFixed_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
RecoEgamma/EgammaPhotonProducers/python/gedPhotonCoreGSFixed_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
gedPhotonCoreGSFixed = cms.EDProducer("GEDPhotonCoreGSCrysFixer", | ||
photonCores = cms.InputTag("gedPhotonCore", '', cms.InputTag.skipCurrentProcess()), | ||
refinedSCs = cms.InputTag('particleFlowEGammaGSFixed'), | ||
scs = cms.InputTag('particleFlowSuperClusterECALGSFixed'), | ||
conversions = cms.InputTag('allConversions'), | ||
singleconversions = cms.InputTag('particleFlowEGamma') | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
RecoEgamma/EgammaPhotonProducers/python/gsFixedGEDPhotonCores_cfi.py
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.