-
Notifications
You must be signed in to change notification settings - Fork 4.6k
GNN Track-Tracksters Linking in TICLv5 #49652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GNN Track-Tracksters Linking in TICLv5 #49652
Conversation
|
cms-bot internal usage |
|
test parameters: |
|
please test |
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-49652/47196
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
|
@cmsbuild, please test |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-49652/47197
|
|
Pull request #49652 was updated. @AdrianoDee, @DickyChant, @Martin-Grunewald, @Moanwar, @antoniovagnerini, @cmsbuild, @davidlange6, @fabiocos, @ftenchini, @jfernan2, @mandrenguyen, @miquork, @mmusich, @srimanob can you please check and sign again. |
|
+hlt
|
|
+1 |
|
@cms-sw/pdmv-l2 can you please check , and sign please ? |
|
+pdmv |
|
please test |
|
+1 Size: This PR adds an extra 16KB to repository HLT P2 Timing: chart Comparison SummarySummary:
|
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @mandrenguyen, @ftenchini, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
This PR introduces a new GNN-based linking method between tracks and tracksters within TICLv5. The method builds a graph consisting of tracks and their surrounding tracksters, and then uses a Graph Neural Network (GNN) to evaluate whether each track-trackster edge is valid. Tracksters that are predicted to be linked to a given track are then stored accordingly.
In the current implementation, the linking selection is prioritized using the track pT and the DeltaR between the track and tracksters. This strategy may be refined in the future for further optimization.
A new procmodifier has been added to enable this method in workflows *.211. The process modifier is named ticlv5_TrackLinkingGNN.
This PR should be tested with TICL workflows such as 29888.211 and 29688.211, using the GNN models uploaded here:
cms-data/RecoHGCal-TICL#11
Adding : @felicepantaleo @hatakeyamak @waredjeb @AuroraPerego