Changes between Version 9 and Version 10 of DatabaseBasedAnalysis/RandomForest


Ignore:
Timestamp:
08/15/18 18:39:51 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/RandomForest

    v9 v10  
    337337    TH2F h2svse ("H_SvsE",      "", 26*3, 2.2, 4.8, 3*30, 1.3, 4.3);
    338338    TH2F h2est  ("H_EstVsMC",   "", 26*3, 2.2, 4.8, 26*3, 2.2, 4.8);
    339     TH2F h2bias ("H_BiasLog",   "", 26*3, 2.2, 4.8, 100, -1, 1);
    340     TH2F h2lin  ("H_BiasLin",   "", 26*3, 2.2, 4.8, 100, -1, 2);
     339    TH2F h2bias ("H_BiasLog",   "", 26 2.2, 4.8, 100, -1, 1);
     340    TH2F h2lin  ("H_BiasLin",   "", 26 2.2, 4.8, 100, -1, 2);
    341341
    342342    TH2F h2size ("H_ResSize",   "", 26*3, 2.2, 4.8, 100, -1, 1);
     
    346346
    347347    ifstream fin0("sim-test-cuts.csv");
    348     ifstream fin1("ranger_out.prediction");
     348    ifstream fin1("sim-test-results-cuts.csv");
    349349
    350350    TString str;
     
    465465    grlog.SetMarkerColor(kBlue);
    466466    grlin.SetMinimum(0);
     467    grlin.SetMaximum(0.38);
    467468    grlin.GetHistogram()->SetXTitle("log(E_{est}/GeV)");
    468469    grlin.GetHistogram()->SetYTitle("RMS");
    469470    grlin.DrawClone("A*");
    470471    grlog.DrawClone("*");
     472
    471473}
    472474}}}