Skip to content

Draft: Make L0 Calo optional trigger variable fillings configurable

Yipeng Sun requested to merge suny/Analysis:run2-patches into run2-patches

Currently the following branches are always filled with their default value in TupleToolL0Calo:

  • _L0Calo_HCAL_TriggerET
  • _L0Calo_HCAL_TriggerHCALET
  • _L0Calo_HCAL_xTrigger
  • _L0Calo_HCAL_yTrigger

To fill them, one needs to manually set m_fillTriggerEt to true and recompile the tool.

This pull request exposes that flag as a property so that it can be configured in a DaVinci script.

Edited by Yipeng Sun

Merge request reports