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

Fix conflicts

parents 85b41776 4d4a87f7
No related branches found
No related tags found
12 merge requests!69Update release version number,!68Database changes for staggered tracker planes,!67Fix configuration issue caused by ATLAS change,!66Repair problems caused by changes to ATLAS SCT conditions code,!64Revert the Flake workaround,!63Conform to ATLAS MC changes; workaround Flake issue,!62Conform to ATLAS changes, move databases to CVMFS,!59Protect against spacepoints beyond the ends of strips,!58Fix spacepoint and geometry bugs,!57Refactor and integrate clustering and spacepoint work,!56Correct Athena compatibility problems,!54Example job to read Tracker RDO data and associate with Truth
<<<<<<< HEAD
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 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
run > ./setup.sh
run > python python/GeoModelTest/GeoModelTestConfig.py
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:
run > CopyAlignFolder.sh
=======
This example package serves several purposes: This example package serves several purposes:
...@@ -23,5 +42,6 @@ After running the algorithm, to add the alignment data into your local condition ...@@ -23,5 +42,6 @@ After running the algorithm, to add the alignment data into your local condition
``` ```
run > CopyAlignFolder.sh run > CopyAlignFolder.sh
``` ```
>>>>>>> 101c2c7308dc4189ca54fa71c97222e7670a54a7
...@@ -36,4 +36,3 @@ run > FaserSCT_DigitizationDbg.py >& digi.log ...@@ -36,4 +36,3 @@ run > FaserSCT_DigitizationDbg.py >& digi.log
This will read your `g4.HITS.root` and generate an RDO data file with digitized raw data objects. This will read your `g4.HITS.root` and generate an RDO data file with digitized raw data objects.
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