-
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 #40335 from cms-L1TK/L1TK-PR-12_6_0_pre5
Updates to L1 tracking (improved use of stub bend etc.)
- Loading branch information
Showing
62 changed files
with
1,912 additions
and
717 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
To run L1 tracking & create TTree of tracking performance: | ||
|
||
cmsRun L1TrackNtupleMaker_cfg.py | ||
|
||
By setting variable L1TRKALGO inside this script, you can change the | ||
L1 tracking algo used. | ||
|
||
For the baseline HYBRID algo, which runs Tracklet pattern reco followed | ||
by KF track fit, TrackFindingTracklet/interface/Settings.h configures the pattern reco, (although some | ||
parameters there are overridden by l1tTTTracksFromTrackletEmulation_cfi.py). | ||
The KF fit is configued by the constructor of TrackFindingTMTT/src/Settings.cc. | ||
|
||
The ROOT macros L1TrackNtuplePlot.C & L1TrackQualityPlot.C make tracking | ||
performance & BDT track quality performance plots from the TTree. | ||
Both can be run via makeHists.csh . | ||
|
||
The optional "NewKF" track fit, (which is not yet baseline, as no duplicate | ||
track removal is compatible with it), is configured via | ||
TrackTrigger/python/ProducerSetup_cfi.py, (which also configures the DTC). |
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
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.