Skip to content

Add data18 isOnline test

MR to add new data18 RIG test in online format. The test is based on what I find here:

https://acode-browser1.usatlas.bnl.gov/lxr/source/athena/Reconstruction/RecExample/RecExOnline/share/RecExOnline_User_Offline_isOnlineTrue.py

At least some of the flags are true by default so no need to setup them again in the preExec (or even in the above file...), though the test does not work (and so I could not check some of the other flags which don't yet appear in my log file when running, will check them once the test actually runs further).

As it is the test dies with:

RAWtoALL 12:30:16 Py:conf2toConfigurableCRITICAL Failed merging new config value (True) and old config value (False) for the (UseIlinesFromGM) property of MuonDetectorTool/GeoModelSvc.MuonDetectorTool (MuonDetectorTool/MuonDetectorTool) old (new). RAWtoALL 12:30:16 Shortened traceback (most recent user call last):

which can be fixed by setting isOnline=False (though that defeats the point of the test!). So isOnline=True cases the above problem. Perhaps @emoyse or @jojungge can advise?

Then I would instead (with isOnline=False) see:

RAWtoALL 12:25:13 Py:conf2toConfigurableCRITICAL Failed merging new config value (/TRIGGER/OFLLUMI/OflPrefLumi) and old config value (/TRIGGER/LUMI/HLTPrefLumi) for the (LuminosityFolderInputKey) property of LuminosityCondAlg/LuminosityCondAlg (LuminosityCondAlg/LuminosityCondAlg) old (new).

Presumably this also needs solving.

A general question: I based this test on our RIG data18 test which uses physics_main. The example job options uses express_express. Is the isOnline config only for express_express @jmasik , @smwang or its fine to use physics_main input file?

Cheers,

Mark

Edited by Mark Hodgkinson

Merge request reports