Skip to content
Snippets Groups Projects
Commit 4f010fb2 authored by Dave Casper's avatar Dave Casper
Browse files

Update README.md

parent bc2f82e3
No related branches found
No related tags found
No related merge requests found
This example package actually serves several purposes: This example package actually serves several purposes:
*) It illustrates how to initialize and access the detector description and magnetic field.
*) It checks that the expected number of detector elements are created. * It illustrates how to initialize and access the detector description and magnetic field.
*) It generates a set of neutral alignment constants for the Tracker, which can be folded into the conditions database.
*) It dumps a standalone GeoModel sqlite geometry database which could be used by external programs to display FASER without requiring any FASER software (only GeoModel) * It checks that the expected number of detector elements are created.
* It generates a set of neutral alignment constants for the Tracker, which can be folded into the conditions database.
* It dumps a standalone GeoModel sqlite geometry database which could be used by external programs to display FASER without requiring any FASER software (only GeoModel)
To run the algorithm, in a run directory where Calypso has been installed, do To run the algorithm, in a run directory where Calypso has been installed, do
```
run > ./setup.sh run > ./setup.sh
run > python python/GeoModelTest/GeoModelTestConfig.py run > python python/GeoModelTest/GeoModelTestConfig.py
```
The file GeoModelTestConfig.py can be edited to change some run options. The file `GeoModelTestConfig.py` can be edited to change some run options.
After running the algorithm, to add the alignment data into your local conditions DB, do: After running the algorithm, to add the alignment data into your local conditions DB, do:
```
run > CopyAlignFolder.sh run > CopyAlignFolder.sh
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment