|
babymaker
e95a6a9342d4604277fe7cc6149b6b5b24447d89
|
Functions | |
| float | crossSection (const TString &file) |
| void | signalCrossSection (int glu_mass, float &xsec, float &xsec_unc) |
| void | higgsinoCrossSection (int hig_mass, float &xsec, float &xsec_unc) |
| void | stopCrossSection (int stop_mass, float &xsec, float &xsec_unc) |
| float | fractionNegWeights (const TString &file) |
| void | signalCrossSection (int glu_mass, double &xsec, double &xsec_unc) |
| void | stopCrossSection (int stop_mass, double &xsec, double &xsec_unc) |
| float xsec::crossSection | ( | const TString & | file | ) |
Definition at line 10 of file cross_sections.cc.
References make_dataset_table::xsec.
Referenced by bmaker_full::bmaker_full().
| float xsec::fractionNegWeights | ( | const TString & | file | ) |
Definition at line 158 of file cross_sections.cc.
Referenced by bmaker_full::writeWeights().
| void xsec::higgsinoCrossSection | ( | int | hig_mass, |
| float & | xsec, | ||
| float & | xsec_unc | ||
| ) |
Definition at line 178 of file cross_sections.cc.
Referenced by main(), and signalCrossSection().
| void xsec::signalCrossSection | ( | int | glu_mass, |
| float & | xsec, | ||
| float & | xsec_unc | ||
| ) |
Definition at line 218 of file cross_sections.cc.
Referenced by change_branch_one(), and main().
| void xsec::signalCrossSection | ( | int | glu_mass, |
| double & | xsec, | ||
| double & | xsec_unc | ||
| ) |
Definition at line 250 of file cross_sections.cc.
References higgsinoCrossSection().
| void xsec::stopCrossSection | ( | int | stop_mass, |
| float & | xsec, | ||
| float & | xsec_unc | ||
| ) |
Definition at line 604 of file cross_sections.cc.
Referenced by change_branch_one(), and main().
| void xsec::stopCrossSection | ( | int | stop_mass, |
| double & | xsec, | ||
| double & | xsec_unc | ||
| ) |
Definition at line 676 of file cross_sections.cc.
1.8.11