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

Uncommented d2

parent 4f12cc3d
No related branches found
No related tags found
No related merge requests found
......@@ -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