Basic skeleton for DAOD_IDTIDE config with the component accumulator
This MR adds the basic lines of python needed to configure DAOD_IDTIDE building with the component accumulator. Apart from the job config itself (IDTIDE.py
) the other changes are:
- RAWtoALL_Skeleton.py: picks up the user flag provided from Reco_tf (outputDAOD_IDTIDEFile) and sets a new flag Output.IDTIDEFileName
- RecoSteering.py having picked up the above flag, imports the config fragment and merges into the CA
The job is run as follows:
export ATHENA_CORE_NUMBER=1
Reco_tf.py --CA --steering doRAWtoALL --inputHITSFile ttbar.VarBS.HITS.root --outputAODFile aod.pool.root --outputDAOD_IDTIDEFile idtide.pool.root --maxEvents 5 --AMIConfig q445 --multithreaded
Please note that there are some blocks of commented code. I would like to leave these in place for now, since it is possible we may need them in later iterations.
Edited by James Catmore