Conversation
There was a problem hiding this comment.
maybe we can make this directly more general to deal with vbf as well? like introduce a notion of signal_base or something similar. but otherwise lgtm
There was a problem hiding this comment.
actually we could maybe just make utils.extract_base_signal_key a bit smarter
There was a problem hiding this comment.
also here, why do you want to ignore userConfig.py?
There was a problem hiding this comment.
similarly as for userConfig.py, not sure what the best practice is in this case. Don't mind approving it but it is not very clean maybe? we could e.g. just add a commented line for the different paths for all users in the usual MakeTemplates.sh?
| if [[ "$unblinded" == "True" ]]; then | ||
| run_unblinded_hh4b.sh --workspace --bfit --passbin=0 | ||
| else | ||
| run_blinded_hh4b.sh --workspace --bfit --passbin=0 |
There was a problem hiding this comment.
I trust you that the script works as it does, but where is the file run_blinded_hh4b.sh?
There was a problem hiding this comment.
I am a bit confused as to why we need this
No description provided.