Change keyword for setting output formats in Derivation_tf
Currently the keyword for setting the output DAOD formats in the new CA-based derivation framework transform `Derivation_tf.py` is `requiredDerivedFormats`. We have agreed that this is too long and since the keyword `formats` is available, we've decided to switch to this. Consequently once this MR is merged the new transform would be used as follows: ``` Derivation_tf.py --CA --inputAODFile aod.pool.root --outputDAODFile daod.pool.root --formats PHYS PHYSLITE ETC ``` Since this new transform isn't used in production yet, this MR will have no impact on any existing production or activities.
Showing
- PhysicsAnalysis/DerivationFramework/DerivationFrameworkConfiguration/python/DerivationSkeleton.py 4 additions, 4 deletions...vationFrameworkConfiguration/python/DerivationSkeleton.py
- PhysicsAnalysis/DerivationFramework/DerivationFrameworkConfiguration/python/DerivationTransformHelpers.py 1 addition, 1 deletion...ameworkConfiguration/python/DerivationTransformHelpers.py
- PhysicsAnalysis/DerivationFramework/DerivationFrameworkExamples/README.md 1 addition, 1 deletion...DerivationFramework/DerivationFrameworkExamples/README.md
- Tools/PyJobTransforms/python/trfExe.py 3 additions, 3 deletionsTools/PyJobTransforms/python/trfExe.py
Please register or sign in to comment