Skip to content
Snippets Groups Projects
Commit af48095d authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: simple_checking_crystal.cxx

parent 6efe2d3a
No related branches found
No related tags found
1 merge request!20Restructuring repo
...@@ -9,7 +9,7 @@ void simple_checking_crystal(const char* fname = "sim_output/output_emcal_electr ...@@ -9,7 +9,7 @@ void simple_checking_crystal(const char* fname = "sim_output/output_emcal_electr
ROOT::EnableImplicitMT(); // Tell ROOT you want to go parallel ROOT::EnableImplicitMT(); // Tell ROOT you want to go parallel
double degree = TMath::Pi()/180.0; double degree = TMath::Pi()/180.0;
TChain* t = new TChain("EVENT"); TChain* t = new TChain("events");
t->Add(fname); t->Add(fname);
ROOT::RDataFrame d0(*t);//, {"EcalHits","MCParticles"}); ROOT::RDataFrame d0(*t);//, {"EcalHits","MCParticles"});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment