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, double &xsec, double &xsec_unc);
12  float fractionNegWeights(const TString &file);
13 }
14 
15 #endif
float fractionNegWeights(const TString &file)
float crossSection(const TString &file)
void signalCrossSection(int glu_mass, float &xsec, float &xsec_unc)