Skip to content

Adding passThrough option to CA version of the derivation framework

James Catmore requested to merge jcatmore/athena:master-CA_passThrough into master

This MR equips the component-accumulator version of the derivation framework with the passThrough option. When used it disables all skimming and writes every event. It is needed for certain MC studies.

Usage is

Derivation_tf.py ... --passThrough True

This has no impact on any ongoing production.

Merge request reports