babymaker
e95a6a9342d4604277fe7cc6149b6b5b24447d89
|
Functions | |
template<typename T > | |
T | GetSF (const string &file_name, const string &item_name) |
template<typename T > | |
pair< double, double > | GetSF (const T &h, double x, double y, bool ignore_error=false) |
pair< double, double > | MergeSF (pair< double, double > a, pair< double, double > b) |
TH2D | GraphToHist (const TGraphAsymmErrors &g) |
T anonymous_namespace{lepton_tools.cc}::GetSF | ( | const string & | file_name, |
const string & | item_name | ||
) |
Definition at line 31 of file lepton_tools.cc.
References ERROR, and make_dataset_table::f.
pair<double, double> anonymous_namespace{lepton_tools.cc}::GetSF | ( | const T & | h, |
double | x, | ||
double | y, | ||
bool | ignore_error = false |
||
) |
Definition at line 41 of file lepton_tools.cc.
Referenced by lepton_tools::getScaleFactor(), and lepton_tools::getScaleFactorFs().
TH2D anonymous_namespace{lepton_tools.cc}::GraphToHist | ( | const TGraphAsymmErrors & | g | ) |
Definition at line 67 of file lepton_tools.cc.
References lepton_tools::sf_fast_electron_mediumiso, lepton_tools::sf_fast_muon_iso, lepton_tools::sf_fast_muon_medium, lepton_tools::sf_full_electron_iso, lepton_tools::sf_full_electron_medium, lepton_tools::sf_full_electron_tracking, lepton_tools::sf_full_muon_iso, lepton_tools::sf_full_muon_medium, and lepton_tools::sf_full_muon_vtx.
pair<double, double> anonymous_namespace{lepton_tools.cc}::MergeSF | ( | pair< double, double > | a, |
pair< double, double > | b | ||
) |
Definition at line 60 of file lepton_tools.cc.
Referenced by lepton_tools::getScaleFactor(), and lepton_tools::getScaleFactorFs().