Draft: Make L0 Calo optional trigger variable fillings configurable
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