Skip to content

New ART test for running simulation with GeoModel built from SQLite

Vakhtang Tsulaia requested to merge tsulaia/athena:master-art into master

Introduced one new test which runs full G4 simulation with GeoModel constructed from SQLite database:

ISF_Validation/test_MC21_FullG4MT_QS_SQLiteGeoM_ttbar

The test has been based on ISF_Validation/test_MC21_FullG4MT_QS_ttbar.

At this point the database is downloaded to the run directory using wget. This should give us some flexibility of modifying the SQLite database at the initial stage of testing. For the long term the tentative plan is to read SQLite files with different geometry layouts from some location on CVMFS.

CC @mbandier @tlari @boudreau @rbianchi @dellacqu

Edited by Vakhtang Tsulaia

Merge request reports