MATHUSLA Tracking Algorithm
Project description
MATHUSLA Particle Tracker
a time-based tracking library for particle physics experiments
Projects
Name | Description | Location (demo/ ) |
Status |
---|---|---|---|
Prototype | MATHUSLA Test Stand at P1 | prototype/ |
FUNCTIONAL |
Box | MATHUSLA Full Box | box/ |
INCOMPLETE |
ModuleBox | MATHUSLA Full Box with Modules | module_box/ |
INCOMPLETE |
The tracking library comes with a project directory demo
which holds the MATHUSLA Test Stand Prototype tracking code (see demo/prototype
). More projects to be added soon.
Tracking Script
The tracking script is a configuration file which allows the user to specify details of the tracking algorithm. Here is a list of allowed keys and their associated value types.
Key | Value Type | Description |
---|---|---|
verbose-output |
boolean | type of output to terminal |
draw-events |
boolean | type of event display mode |
geometry-file |
file path | path to GDML geometry file |
geometry-map-file |
file path | path to geometry map |
geometry-default-time-error |
positive real |
default time resolution of detector volumes |
statistics-directory |
directory path | path to output statistics |
statistics-file-prefix |
prefix string | prefix name for output file |
statistics-file-extension |
extension string | extension to file (or filetype) |
data-directory |
directory path | path to ROOT data to be processed |
data-file-extension |
extension string | extension to file (or filetype) |
data-position-keys |
string for each of R4 | data key read-in for position |
data-position-error-keys |
string for each of R4 | data key read-in for position error |
data-detector-key |
string | data key read-in for detector |
data-track-id-key |
string | data key read-in for track id |
data-parent-id-key |
string | data key read-in for parent id |
data-momentum-keys |
string for each of R4 | data key read-in for momentum |
time-smearing |
boolean | mode for smearing time input on resolution |
layer-axis |
R3 coordinate | direction for track parameterization |
layer-depth |
positive real |
layer size for geometry approximation |
line-width |
positive real |
tolerance for line approximation |
seed-size |
positive integer |
number of points per seed |
event-density-limit |
positive real < 1 |
density limit before event is dropped |
Building
The tracker comes with a simple build script called install
which allows for build customization of the tracking library.
Here is a list of useful command line options:
Action | Options for ./install |
---|---|
Build Only | none |
Build and Auto Run | --run (see below) |
Clean CMake Build | --cmake --clean |
More Options | --help |
After a successful run of ./install
, the entire tracking library is built and all of the demo
projects are installed. The build
directory is created which stores all of the binaries and libraries associated with the tracker.
At the moment the tracking library only comes with one complete "project tracker" so running ./install --run
will automatically run the prototype
executable from build/demo/
. Here is a list of command line options that the Prototype uses:
Action | Short Options | Long Options |
---|---|---|
Geometry File | -g <filepath> |
--geometry=<filepath> |
Detector Map | -m <filepath> |
--map=<filepath> |
ROOT Data Directory | -d <directory> |
--data=<directory> |
Custom Tracking Script | -s <file> |
--script=<file> |
Quiet Mode | -q |
--quiet |
Help | -h |
--help |
The tracking script can provide the all of the detail above to the tracker and will eventually replace all command line arguments.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mathusla-tracker-0.0.2.tar.gz
.
File metadata
- Download URL: mathusla-tracker-0.0.2.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 991568c53376be6227ee298060ea0942f93b475cc3a6d5d9ebd2ce8b0eb436c3 |
|
MD5 | 4a5d1d1f24a8009cabd7fda966ac4a26 |
|
BLAKE2b-256 | 834509bc7c82c606793b0af30feb6db810d8ca2e5da48c9557e4f9368a1ded01 |
File details
Details for the file mathusla_tracker-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: mathusla_tracker-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51e2c333cde35240a85b2315de884fe81c847e33fb1feae5410ef4b38f4fff0e |
|
MD5 | 67c14ccc9325dba96cde6ac8fed7fd87 |
|
BLAKE2b-256 | 4d9010ec92b8a57ad36477d118ae60418169da241a7722801538cfffb3766c12 |