Skip to content
Snippets Groups Projects

Restructuring repo

Merged Whitney Armstrong requested to merge restructure2 into master
Compare and Show latest version
15 files
+ 1131
139
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -19,7 +19,7 @@
using ROOT::RDataFrame;
using namespace ROOT::VecOps;
void emcal_barrel_electrons_analysis(const char* input_fname = "sim_output/rec_emcal_barrel_uniform_electrons.root")
void emcal_barrel_electrons_analysis(const char* input_fname = "sim_output/sim_emcal_barrel_uniform_electrons.root")
{
// Setting for graphs
gROOT->SetStyle("Plain");
Loading