15 std::vector<double> &vmy,
16 std::vector<double> &vxsec,
17 std::vector<double> &vobs,
18 std::vector<double> &vobsup,
19 std::vector<double> &vobsdown,
20 std::vector<double> &vexp,
21 std::vector<double> &vup,
22 std::vector<double> &vdown,
23 std::vector<double> &vsigobs,
24 std::vector<double> &vsigexp);
27 std::vector<double> vmy,
28 std::vector<double> vobs);
31 std::vector<double> vmy,
32 std::vector<double> vobs);
35 std::vector<double> vmy,
36 std::vector<double> vlim,
37 std::vector<double> vobs,
38 std::vector<double> vobsup,
39 std::vector<double> vobsdown,
40 std::vector<double> vexp,
41 std::vector<double> vup,
42 std::vector<double> vdown,
46 int GetNumBins(
const std::vector<double> &pts,
double width);
53 int n_smooth,
double val = 1.);
TLatex GetModelLabel(double x, double y)
TH2D MakeExpectedSignificancePlot(std::vector< double > vmx, std::vector< double > vmy, std::vector< double > vobs)
int GetNumBins(const std::vector< double > &pts, double width)
void Style(TGraph *c, int color, int style)
def style(h, width, style, color)
void GetParticleNames(std::string &xparticle, std::string &yparticle)
void FixGraph(TGraph &graph)
TGraph DrawContours(TGraph2D &g2, int color, int style, double width, int n_smooth, double val=1.)
void GetOptions(int argc, char *argv[])
void MakeLimitPlot(std::vector< double > vmx, std::vector< double > vmy, std::vector< double > vlim, std::vector< double > vobs, std::vector< double > vobsup, std::vector< double > vobsdown, std::vector< double > vexp, std::vector< double > vup, std::vector< double > vdown, const TH2D &hsigobs, const TH2D &hsigexp)
void ReverseGraph(TGraph &graph)
void ReadPoints(std::vector< double > &vmx, std::vector< double > &vmy, std::vector< double > &vxsec, std::vector< double > &vobs, std::vector< double > &vobsup, std::vector< double > &vobsdown, std::vector< double > &vexp, std::vector< double > &vup, std::vector< double > &vdown, std::vector< double > &vsigobs, std::vector< double > &vsigexp)
TH2D MakeObservedSignificancePlot(std::vector< double > vmx, std::vector< double > vmy, std::vector< double > vobs)