Allow translating legacy pre/postIncludes to CA-based and enable CA-based reco test
Allow translating legacy pre/postIncludes to CA-based. This is mainly intended for testing so an existing q-tag can simply run with CA-based config if an equivalent job fragment exists.
For example:
-
PyJobTransforms/UseFrontier.py
->PyJobTransforms.UseFrontier
-
Campaigns/MC20e.py
->Campaigns.MC20e
For workflow tests this would be then (mostly) as simple as
RunWorkflowTests_Run2.py -e "--CA"
(the only thing that needs to change is to manually set q443
to RAWtoALL
)
Edited by Tadej Novak