HiggsAnalysis-KITHiggsToTauTau
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
nFold_DiffScan.py File Reference

Namespaces

 nFold_DiffScan
 

Functions

def nFold_DiffScan.calculate_diff
 

Variables

tuple nFold_DiffScan.log = logging.getLogger(__name__)
 
tuple nFold_DiffScan.parser
 
string nFold_DiffScan.help = "Input directory. Use dir with all bdt plot subdirs"
 
string nFold_DiffScan.default = "nFoldDiffScan"
 
tuple nFold_DiffScan.args = parser.parse_args()
 
tuple nFold_DiffScan.list_of_roots = glob.glob(os.path.join(args.input_dir, "*/sqrt_diff.root"))
 
list nFold_DiffScan.x_names = []
 
list nFold_DiffScan.x_values = []
 
list nFold_DiffScan.y_shift_values = []
 
list nFold_DiffScan.y_sig_values = []
 
list nFold_DiffScan.y_mc_values = []
 
tuple nFold_DiffScan.fig = plt.figure()
 
tuple nFold_DiffScan.ax = fig.add_subplot(111)
 
tuple nFold_DiffScan.lgd = ax.legend(bbox_to_anchor=(1, 1), loc=2, borderaxespad=0.)