HiggsAnalysis-KITHiggsToTauTau
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
nFold_DiffScan Namespace Reference

Functions

def calculate_diff
 

Variables

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

Function Documentation

def nFold_DiffScan.calculate_diff (   filename,
  htt_name,
  sigma_value = 0.50 
)

Variable Documentation

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