babymaker  e95a6a9342d4604277fe7cc6149b6b5b24447d89
cross_sections.hh
Go to the documentation of this file.
1 // MC cross sections
2 
3 #ifndef H_CROSS_SECTIONS
4 #define H_CROSS_SECTIONS
5 
6 #include "TString.h"
7 
8 namespace xsec{
9 
10  float crossSection(const TString &file);
11  void signalCrossSection(int glu_mass, float &xsec, float &xsec_unc);
12  void higgsinoCrossSection(int hig_mass, float &xsec, float &xsec_unc);
13  void stopCrossSection(int stop_mass, float &xsec, float &xsec_unc);
14  float fractionNegWeights(const TString &file);
15 }
16 
17 #endif
float fractionNegWeights(const TString &file)
float crossSection(const TString &file)
void stopCrossSection(int stop_mass, float &xsec, float &xsec_unc)
void higgsinoCrossSection(int hig_mass, float &xsec, float &xsec_unc)
void signalCrossSection(int glu_mass, float &xsec, float &xsec_unc)