16 std::map<std::string, double> sig_error
18 {
"ND Composition", 7.0 },
19 {
"Calibration", 5.8 },
20 {
"Normalization", 4.9 },
21 {
"ND External Activity", 4.1 },
23 {
"Scintillation Model", 2.4 },
24 {
"Simulation Statistics", 2.0 },
25 {
"Neutrino Interaction", 1.6 },
27 {
"Osc. Parameters", 0.7 },
30 double statErrorSig = 12.8;
32 gPad->Print((
outdir +
"/nus_ana01_unc_sig.pdf").c_str());
33 gPad->Print((
outdir +
"/nus_ana01_unc_sig.eps").c_str());
34 gPad->Print((
outdir +
"/nus_ana01_unc_sig.png").c_str());
37 std::map<std::string, double> bkgd_error
39 {
"ND Composition", 10.4 },
40 {
"Calibration", 6.0 },
41 {
"Normalization", 4.9 },
42 {
"ND External Activity", 1.7 },
44 {
"Scintillation Model", 1.8 },
45 {
"Simulation Statistics", 4.8 },
46 {
"Neutrino Interaction", 4.8 },
48 {
"Osc. Parameters", 10.7 },
50 double statErrBkgd = 20.9;
52 gPad->Print((
outdir +
"/nus_ana01_unc_bkgd.pdf").c_str());
53 gPad->Print((
outdir +
"/nus_ana01_unc_bkgd.eps").c_str());
54 gPad->Print((
outdir +
"/nus_ana01_unc_bkgd.png").c_str());
void CountingExperimentErrorBarChart(const std::map< std::string, double > &systbars, double statErr, bool bkgdOrSig, bool shortchart)
Make a simple plot of relative size of different errors.
void nus_error_barchart()