-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b5c2e2
commit ea2f7db
Showing
12 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
@@ -1,15 +1,32 @@ | ||
# GSF Debugger | ||
|
||
Python utility to visualize the `VERBOSE` log of a GSF track in ACTS. In general, the infrastructure could be used to also display tracks of other fitters with little adjustments. | ||
|
||
## Usage | ||
|
||
In order to run, the utility requires a logfile and a geometry description as CSV file (this can be produced using the CSV geometry writer in the examples framework): | ||
|
||
```bash | ||
python3 acts/Examples/Scripts/GsfDebugger/src/main.py --logfile <path-to-logfile> --detector <path-to-detector-csv> | ||
``` | ||
|
||
Alternatively, it can also used via piping: | ||
```bash | ||
./my_gsf_script.py | acts/Examples/Scripts/GsfDebugger/src/main.py --detector <path-to-detector-csv> | ||
``` | ||
|
||
## Screenshots | ||
|
||
![gsf_debugger_0](figures/gsf_debugger/gsf_debugger_0.png) | ||
This section shows some screenshots of the provided views: | ||
|
||
![gsf_debugger_0](figures/gsf_debugger/gsf_debugger_0.jpg) | ||
|
||
![gsf_debugger_1](figures/gsf_debugger/gsf_debugger_1.png) | ||
![gsf_debugger_1](figures/gsf_debugger/gsf_debugger_1.jpg) | ||
|
||
![gsf_debugger_2](figures/gsf_debugger/gsf_debugger_2.png) | ||
![gsf_debugger_2](figures/gsf_debugger/gsf_debugger_2.jpg) | ||
|
||
![gsf_debugger_3](figures/gsf_debugger/gsf_debugger_3.png) | ||
![gsf_debugger_3](figures/gsf_debugger/gsf_debugger_3.jpg) | ||
|
||
![gsf_debugger_4](figures/gsf_debugger/gsf_debugger_4.png) | ||
![gsf_debugger_4](figures/gsf_debugger/gsf_debugger_4.jpg) | ||
|
||
![gsf_debugger_5](figures/gsf_debugger/gsf_debugger_5.png) | ||
![gsf_debugger_5](figures/gsf_debugger/gsf_debugger_5.jpg) |