Skip to content

Commit

Permalink
Update Core/include/Acts/Seeding/GNN_TrackingFilter.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander J. Pfleger <[email protected]>
  • Loading branch information
Rosie-Hasan and AJPfleger authored Nov 29, 2023
1 parent ab7ca47 commit 8659abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/Seeding/GNN_TrackingFilter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ class TrigFTF_GNN_TrackingFilter {

int type = getLayerType(pS->m_n1->m_sp_FTF.combined_ID);

if (type == 0) { // barrel TO-DO:c split into barrel Pixel and barrel SCT
if (type == 0) { // barrel TODO: split into barrel Pixel and barrel SCT
sigma_rz = sigma_y * sigma_y;
} else {
sigma_rz = sigma_y * ts.m_Y[1];
Expand Down

0 comments on commit 8659abe

Please sign in to comment.