-
Notifications
You must be signed in to change notification settings - Fork 173
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Improvement: Proposed name change of FTF -> GBTS seeding #2831
Comments
Rosie-Hasan
changed the title
Improvement: Proposed name change of FTF seeding -> GBTS
Improvement: Proposed name change of FTF -> GBTS seeding
Dec 14, 2023
My only request is to write |
Comments from my side:
|
Thank you both, I have made the name changes based on these suggestions and will submit a PR soon |
kodiakhq bot
pushed a commit
that referenced
this issue
Jan 9, 2024
Change naming of new seeding algorithm from FTF (FastTrackFinder) to GBTS (Graph Based Track Seeding) as this is a clearer desription of the algorithm. Name changes disccuessed in issue #2831 . Code implemented in PRs #2227 #2726 and more details given presented at [ACTS-ITK presention ](https://indico.cern.ch/event/1321208/#20-update-on-ftf-implementatio). **Name changes**: SeedFinderFTF -> SeedFinderGBTS GNN_DataStorage -> GBTSDataStorage GNN_Geometry -> GBTSGeometry SeedingFTFAlgorithm -> GBTSSeedingAlgorithm FasTrackConnector-> GBTSConnector TrigBase -> GBTSBase full_chain_itk_FTF.py -> full_chain_itk_GBTS.py
LaraCalic
pushed a commit
to LaraCalic/acts
that referenced
this issue
Feb 10, 2024
Change naming of new seeding algorithm from FTF (FastTrackFinder) to GBTS (Graph Based Track Seeding) as this is a clearer desription of the algorithm. Name changes disccuessed in issue acts-project#2831 . Code implemented in PRs acts-project#2227 acts-project#2726 and more details given presented at [ACTS-ITK presention ](https://indico.cern.ch/event/1321208/#20-update-on-ftf-implementatio). **Name changes**: SeedFinderFTF -> SeedFinderGBTS GNN_DataStorage -> GBTSDataStorage GNN_Geometry -> GBTSGeometry SeedingFTFAlgorithm -> GBTSSeedingAlgorithm FasTrackConnector-> GBTSConnector TrigBase -> GBTSBase full_chain_itk_FTF.py -> full_chain_itk_GBTS.py
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Change naming of new seeding algorithm from FTF (FastTrackFinder) to GBTS (Graph Based Track Seeding) as this is a clearer desription of the algorithm.
Code implemented in PRs #2227 #2726 and more details given presented at ACTS-ITK presention .
The proposed name changes for file names and classes are listed below. I would apprecaite any opinions or feedback on these before the 20th of December, when I will submit a PR of these changes.
SeedFinderFTF
->GBTSSeedFinder
(orSeedFinderGBTS
?)GNN_DataStorage
->GBTSDataStorage
GNN_Geometry
->GBTSGeometry
SeedingFTFAlgorithm
->GBTSSeedingAlgorithm
(orSeedingGBTSAlgorithm
?)FasTrackConnector
->GBTSConnector
TrigBase
->GBTSBase
full_chain_itk_FTF.py
->full_chain_itk_GBTS.py
The text was updated successfully, but these errors were encountered: