Skip to content

Don't set geometry (autoconfigured from input file), don't read detector flags (default to true)

Stewart Martin-Haugh requested to merge smh/athena:geo_flags_newJO into master

runHLT_standalone_newJO.py will try to read out CSC information even in geometries where they aren't enabled (i.e. NSW). Can prevent this and make the overall setup more robust by

1)not setting the geometry, letting it autoconfigure from the input file

2)not setting detector flags (the ones we are setting here all default to true)

cc @jmasik @ewatton @baines since this is needed for running runHLT_standalone_newJO on ITk samples

Edited by Stewart Martin-Haugh

Merge request reports