Skip to content

Patches to running TRUTH derivation on HITS input

Zach Marshall requested to merge zmarshal/athena:master_TRUTH3_on_others into master

Two little tweaks were needed to run TRUTH derivations on HITS input:

  • One of the CA calls was missing the flags, just a simple typo

  • The metadata does not already exist in a HITS file (like it does in an AOD), so it has to be created as though we are running on an EVNT file.

With these two small changes, the TRUTH derivations run on HITS input without a problem.

Merge request reports