Changes between Version 9 and Version 10 of DatabaseBasedAnalysis/RandomForest
- Timestamp:
- 08/15/18 18:39:51 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/RandomForest
v9 v10 337 337 TH2F h2svse ("H_SvsE", "", 26*3, 2.2, 4.8, 3*30, 1.3, 4.3); 338 338 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); 341 341 342 342 TH2F h2size ("H_ResSize", "", 26*3, 2.2, 4.8, 100, -1, 1); … … 346 346 347 347 ifstream fin0("sim-test-cuts.csv"); 348 ifstream fin1(" ranger_out.prediction");348 ifstream fin1("sim-test-results-cuts.csv"); 349 349 350 350 TString str; … … 465 465 grlog.SetMarkerColor(kBlue); 466 466 grlin.SetMinimum(0); 467 grlin.SetMaximum(0.38); 467 468 grlin.GetHistogram()->SetXTitle("log(E_{est}/GeV)"); 468 469 grlin.GetHistogram()->SetYTitle("RMS"); 469 470 grlin.DrawClone("A*"); 470 471 grlog.DrawClone("*"); 472 471 473 } 472 474 }}}