PlotFinalResults.C 376 B

1234567891011121314151617
  1. #include <TGraphErrors.h>
  2. #include <TMultiGraph.h>
  3. #include <TFile.h>
  4. #include <TCanvas.h>
  5. #include <TH1.h>
  6. #include <TH2.h>
  7. double mStar7GeVMt[7][4] = { {0.2609,0.3265,0.4156,0.5219}, //0-5%
  8. {0.2607,0.3264,0.4156,0.5220}, //5-10%
  9. {0.2606,0.3263,0.4155,0.5219},
  10. {0.2604,0.3261,0.4154,0.5218},};
  11. //_________________
  12. void PlotFinalResults() {
  13. }