ra4_stats  0341147a0dc35f80f4e12c6003afb76a38e2ed6e
cross_sections.hpp
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 stopCrossSection(int stop_mass, float &xsec, float &xsec_unc);
13  float fractionNegWeights(const TString &file);
14 }
15 
16 #endif
float fractionNegWeights(const TString &file)
float crossSection(const TString &file)
void stopCrossSection(int stop_mass, float &xsec, float &xsec_unc)
void signalCrossSection(int glu_mass, float &xsec, float &xsec_unc)