Adding pass-through option to MultiTrackSelector (for LST tracking / seeding) - LST-internal only#247
Adding pass-through option to MultiTrackSelector (for LST tracking / seeding) - LST-internal only#247
Conversation
|
run-ci: all |
|
The PR was built and ran successfully in standalone mode running on CPU. Here are some of the comparison plots.
The full set of validation and comparison plots can be found here. Here is a timing comparison: |
|
There was a problem while building and running with CMSSW. The logs can be found here. |
4ae573e to
2f5c077
Compare
|
run-ci: all |
|
The PR was built and ran successfully in standalone mode running on CPU. Here are some of the comparison plots.
The full set of validation and comparison plots can be found here. Here is a timing comparison: |
|
The PR was built and ran successfully with CMSSW running on CPU. Here are some plots. OOTB All Tracks
The full set of validation and comparison plots can be found here. |
|
@mmasciov |
FastSimulation/Tracking/python/FastTrackerRecHitMaskFromSeedProducer_cfi.py
Outdated
Show resolved
Hide resolved
FastSimulation/Tracking/plugins/FastTrackerRecHitMaskFromSeedProducer.cc
Outdated
Show resolved
Hide resolved
| FastTrackerRecHitMaskFromSeedProducer::FastTrackerRecHitMaskFromSeedProducer(const edm::ParameterSet& iConfig) | ||
| : trajectories_(consumes<TrajectorySeedCollection>(iConfig.getParameter<edm::InputTag>("trajectories"))), | ||
| recHits_(consumes<FastTrackerRecHitCollection>(iConfig.getParameter<edm::InputTag>("recHits"))) { | ||
| produces<std::vector<bool> >(); |
There was a problem hiding this comment.
this is marked as resolved but there is not change (implies edm::EDPutToken)
FastSimulation/Tracking/plugins/FastTrackerRecHitMaskFromSeedProducer.cc
Outdated
Show resolved
Hide resolved
FastSimulation/Tracking/plugins/FastTrackerRecHitMaskFromSeedProducer.cc
Outdated
Show resolved
Hide resolved
RecoTracker/FinalTrackSelectors/python/earlyGeneralTracks_cfi.py
Outdated
Show resolved
Hide resolved
b6df51b to
78e2e86
Compare
…seeding), and clean configuration
78e2e86 to
e79c4f1
Compare
|
run-ci: cmssw |
FastSimulation/Tracking/python/FastTrackerRecHitMaskFromSeedProducer_cff.py
Show resolved
Hide resolved
| FastTrackerRecHitMaskFromSeedProducer::FastTrackerRecHitMaskFromSeedProducer(const edm::ParameterSet& iConfig) | ||
| : trajectories_(consumes<TrajectorySeedCollection>(iConfig.getParameter<edm::InputTag>("trajectories"))), | ||
| recHits_(consumes<FastTrackerRecHitCollection>(iConfig.getParameter<edm::InputTag>("recHits"))) { | ||
| produces<std::vector<bool> >(); |
There was a problem hiding this comment.
this is marked as resolved but there is not change (implies edm::EDPutToken)
FastSimulation/Tracking/plugins/FastTrackerRecHitMaskFromSeedProducer.cc
Outdated
Show resolved
Hide resolved
|
The PR was built and ran successfully with CMSSW running on CPU. Here are some plots. OOTB All Tracks
The full set of validation and comparison plots can be found here. |
e79c4f1 to
f33e280
Compare
|
run-ci: cmssw |
f33e280 to
adc0cc6
Compare
|
run-ci: cmssw |
|
The PR was built and ran successfully with CMSSW running on CPU. Here are some plots. OOTB All Tracks
The full set of validation and comparison plots can be found here. |















As per title.
FYI: @bucket420, @slava77, @bdanzi