-
graph_construction/
- build_heptrkx_classic.py: HEP.TrkX construction algorithm to build graphs in the pixel barrel layers, example usage:
python build_heptrkx_classic.py configs/heptrkx_classic.py
- build_heptrkx_plus.py: HEP.TrkX construction algorithm modified to build graphs in the pixel barrel+endcaps layers, example usage:
python build_heptrkx_plus.py configs/heptrkx_plus.py
- build_dbgraphs.py: DBScan clustering algorithm used build graphs via clustering in eta-phi space, example usage:
python build_dbgraphs.py configs/dbgraphs.py
- build_heptrkx_classic.py: HEP.TrkX construction algorithm to build graphs in the pixel barrel layers, example usage:
-
models/
- interaction_network.py: network architecture
- dataset.py: custom data loader for multi-threaded graph loading (necessary for large graphs)
- track_fitter.py: class to fit hits in conformal space
-
run_interaction_network.py: IN training script, example usage:
python run_interaction_network.py --pt=1 --construction=heptrkx_plus --lr=0.005 --gamma=0.9 --save-model
forked from GageDeZoort/interaction_network_paper
-
Notifications
You must be signed in to change notification settings - Fork 0
abdelabd/interaction_network_paper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Jupyter Notebook 99.9%
- Other 0.1%