Skip to content

JiveXML config migration to CA

Melissa Yexley requested to merge myexley/athena:EventDisplays-CA into 23.0

This merge request follows merge request !64769 (merged). JiveXMLConfig.py now matches what was previously used for JiveXML but using CA.

This is not complete (see TODOs and FIXMEs in the code) but since this is all new configuration (and the old configuration remains) it is not running in any workflow and so being incomplete does not matter. The TODOs and FIXMEs will be updated in the near future, a QT task has been assigned for this.

 This is targeting 23.0 so that I can include it in the test at P1 whilst migrating the online reconstruction for Event Displays in CA.

I tested it with the following command:

Reco_tf.py --conditionsTag 'CONDBR2-BLKPA-2023-02' --geometryVersion 'ATLAS-R3S-2021-03-02-00' --autoConfiguration='everything' --maxEvents '5' --CA 'True' --preExec="flags.Output.doJiveXML=True" --inputBSFile /eos/home-m/myexley/sharedWithATLASauthors/data23_13p6TeV.00454188.physics_Main.daq.RAW._lb0633._SFO-12._0002.data --outputESDFile myESD.pool.root

Tagging @lshi @emoyse

Merge request reports