Skip to content

changed the way variables are stored by BaselineVarsbbttAlg.

Jordy Degens requested to merge jdegens/easyjet:variable_writing_bbtt into main

changed the way variables are stored by BaselineVarsbbttAlg:

  • Now this algorithm gets a floatVariableList and a intVariableList instead of a hardcoded vector. This is set by the bbtt_branches function of bbtt_config.py.
  • Use the flag store_high_level_variables to save more variables needed for for example a neural network
  • added a few variables
  • All bbtt variables now start with bbtt_

Merge request reports