Skip to content
Snippets Groups Projects
Commit ff46d25a authored by Marshall Scott's avatar Marshall Scott
Browse files

Commented out histograms and d2

parent 6fb45a06
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !51. Comments created here will be created in the context of that merge request.
......@@ -150,11 +150,11 @@ void emcal_barrel_pi0_analysis(const char* input_fname = "sim_output/sim_emcal_b
// Set sampling Fraction, ideally this will be taken from a json file
//samp_frac = hfsam -> GetMean();
//samp_frac = 0.5;
/*
auto d2 = d1.Define("dE", eResol, {"Esim","Ethr"})
.Define("dE_rel", eResol_rel, {"Esim","Ethr"})
;
*/
// Event Counts
auto nevents_thrown = d1.Count();
std::cout << "Number of Thrown Events: " << (*nevents_thrown) << "\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment