-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 #2345 from cms-analysis-tools/71X-photon
PatAlgos -- 71 x photon
- Loading branch information
Showing
14 changed files
with
233 additions
and
144 deletions.
There are no files selected for viewing
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 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 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 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 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 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 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 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 |
---|---|---|
|
@@ -30,3 +30,4 @@ | |
makePatMETs + | ||
patCandidateSummary | ||
) | ||
|
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
14 changes: 14 additions & 0 deletions
14
PhysicsTools/PatAlgos/python/recoLayer0/pfParticleSelectionForIso_cff.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,14 @@ | ||
from RecoParticleFlow.PFProducer.pfLinker_cff import particleFlowPtrs | ||
from CommonTools.ParticleFlow.pfParticleSelection_cff import * | ||
pfPileUp.PFCandidates = 'particleFlowPtrs' | ||
pfNoPileUp.bottomCollection = 'particleFlowPtrs' | ||
pfPileUpIso.PFCandidates = 'particleFlowPtrs' | ||
pfNoPileUpIso.bottomCollection='particleFlowPtrs' | ||
pfPileUpJME.PFCandidates = 'particleFlowPtrs' | ||
pfNoPileUpJME.bottomCollection='particleFlowPtrs' | ||
|
||
pfParticleSelectionForIsoSequence = cms.Sequence( | ||
particleFlowPtrs + | ||
pfNoPileUpIsoSequence + | ||
pfParticleSelectionSequence | ||
) |
Oops, something went wrong.