-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 #42491 from lguzzi/phase2_pixel_duplicate_removal
Phase2 HLT pixel modules duplicate removal
- Loading branch information
Showing
37 changed files
with
100 additions
and
218 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
78 changes: 0 additions & 78 deletions
78
HLTrigger/Configuration/python/HLT_75e33/modules/caloTowerForTrk_cfi.py
This file was deleted.
Oops, something went wrong.
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
6 changes: 0 additions & 6 deletions
6
...onfiguration/python/HLT_75e33/modules/hltPhase2L3MuonPixelFitterByHelixProjections_cfi.py
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
...Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTrackFilterByKinematics_cfi.py
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksFilter_cfi.py
This file was deleted.
Oops, something went wrong.
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
2 changes: 1 addition & 1 deletion
2
...s/hltPhase2L3MuonPixelTracksFitter_cfi.py → ...hase2PixelFitterByHelixProjections_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,6 +1,6 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltPhase2L3MuonPixelTracksFitter = cms.EDProducer("PixelFitterByHelixProjectionsProducer", | ||
hltPhase2PixelFitterByHelixProjections = cms.EDProducer("PixelFitterByHelixProjectionsProducer", | ||
scaleErrorsForBPix1 = cms.bool(False), | ||
scaleFactor = cms.double(0.65) | ||
) |
2 changes: 1 addition & 1 deletion
2
...dules/pixelTrackFilterByKinematics_cfi.py → ...Phase2PixelTrackFilterByKinematics_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
2 changes: 1 addition & 1 deletion
2
...modules/pixelTracksTrackingRegions_cfi.py → ...TracksAndHighPtStepTrackingRegions_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
6 changes: 3 additions & 3 deletions
6
...e33/modules/pixelTracksHitDoublets_cfi.py → ...es/hltPhase2PixelTracksHitDoublets_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,13 +1,13 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
pixelTracksHitDoublets = cms.EDProducer("HitPairEDProducer", | ||
hltPhase2PixelTracksHitDoublets = cms.EDProducer("HitPairEDProducer", | ||
clusterCheck = cms.InputTag(""), | ||
layerPairs = cms.vuint32(0, 1, 2), | ||
maxElement = cms.uint32(50000000), | ||
maxElementTotal = cms.uint32(50000000), | ||
produceIntermediateHitDoublets = cms.bool(True), | ||
produceSeedingHitSets = cms.bool(False), | ||
seedingLayers = cms.InputTag("pixelTracksSeedLayers"), | ||
trackingRegions = cms.InputTag("pixelTracksTrackingRegions"), | ||
seedingLayers = cms.InputTag("hltPhase2PixelTracksSeedLayers"), | ||
trackingRegions = cms.InputTag("hltPhase2PixelTracksAndHighPtStepTrackingRegions"), | ||
trackingRegionsSeedingLayers = cms.InputTag("") | ||
) |
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
2 changes: 1 addition & 1 deletion
2
...5e33/modules/pixelTracksSeedLayers_cfi.py → ...les/hltPhase2PixelTracksSeedLayers_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
10 changes: 10 additions & 0 deletions
10
HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracks_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,10 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltPhase2PixelTracks = cms.EDProducer("PixelTrackProducer", | ||
Cleaner = cms.string('pixelTrackCleanerBySharedHits'), | ||
Filter = cms.InputTag("hltPhase2PixelTrackFilterByKinematics"), | ||
Fitter = cms.InputTag("hltPhase2PixelFitterByHelixProjections"), | ||
SeedingHitSets = cms.InputTag("hltPhase2PixelTracksHitSeeds"), | ||
mightGet = cms.optional.untracked.vstring, | ||
passLabel = cms.string('hltPhase2PixelTracks') | ||
) |
4 changes: 2 additions & 2 deletions
4
...on/HLT_75e33/modules/pixelVertices_cfi.py → ...e33/modules/hltPhase2PixelVertices_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
2 changes: 1 addition & 1 deletion
2
..._75e33/modules/hltTowerMakerForAll_cfi.py → .../modules/hltPhase2TowerMakerForAll_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
2 changes: 1 addition & 1 deletion
2
HLTrigger/Configuration/python/HLT_75e33/modules/initialStepSeeds_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
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
6 changes: 0 additions & 6 deletions
6
HLTrigger/Configuration/python/HLT_75e33/modules/pixelFitterByHelixProjections_cfi.py
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.