Enable BGIPseudoPV lines for hlt1_pp_* sequences
For 2024 data taking it was requested for the Hlt1BGIPseudoPVs*
lines to be included in all hlt1_pp_*
sequences. This turns them on by default in setup_hlt1_node
since all sequences that call it are hlt1_pp_*
and none call it which aren't. enablePseudoPVs
can be set in a sequence to false if desired. If enableBGI
is set to true, then all BGI lines are added (like before) but if enableBGI
is false and enablePseudoPVs
is true (done by default here) then only the Hlt1BGIPseudoPVs*
lines are added and not the rest of the BGI lines. If default_bgi_pvs_lines
is called with both false, an error is thrown because there is a logic issue.
cc: @cagapopo