FairShip
Loading...
Searching...
No Matches
compare_histograms.py File Reference

Go to the source code of this file.

Namespaces

namespace  experimental
 
namespace  experimental.compare_histograms
 

Functions

bool experimental.compare_histograms.compare_histograms (ROOT.TH1 hist1, ROOT.TH1 hist2, bool use_ks_test=False, float significance_threshold=0.05)
 
None experimental.compare_histograms.main (str file1_path, str file2_path, bool use_ks_test, float significance_threshold)
 

Variables

argparse experimental.compare_histograms.parser = argparse.ArgumentParser(description="Compare histograms in two ROOT files.")
 
 experimental.compare_histograms.help
 
 experimental.compare_histograms.action
 
 experimental.compare_histograms.type
 
 experimental.compare_histograms.default
 
argparse experimental.compare_histograms.args = parser.parse_args()