-
Notifications
You must be signed in to change notification settings - Fork 7
OnShell Analysis Guide
python3 AddOnShellMelaToTree.py <outputdir> <Input_Trees> <MELA_Probabilities>
Input_Trees is a txt file with the path to the tree you want to calculate probabilities for and the native probability for that tree written on the same line separated by a white-space character.
Example:
<Path to tree> <p_Gen_GG_ghg2_1_ghz1_1_JHUgen>
Use the script Called Plot_Discriminants.py in the OnShell_Scripts/Misc_Scripts Directory. It should be called from the top directory so you will have to move it from the Misc_Scripts folder.
python3 Plot_Discriminants.py <Input Tree> <Output_Directory> <List of Probabilities>
The list of Probabilities should be a .txt file with a single probability on each line. This script will plot every branch with the name D_* which should correspond to any and all Discriminants in a Processed OnShell Analysis Tree.