Skip to content
Snippets Groups Projects

Irt algo

Open Chandradoy Chatterjee requested to merge irt-algo into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -47,7 +47,7 @@ namespace benchmarks {
@@ -47,7 +47,7 @@ namespace benchmarks {
);
);
m_speTheta_dist = new TH1D(
m_speTheta_dist = new TH1D(
"speTheta_dist_"+m_rad_name_trun,
"speTheta_dist_"+m_rad_name_trun,
"Reconstructed Photon SPE #theta for" +m_rad_title+";#theta[mrad]",
"Reconstructed Photon SPE #theta for "+m_rad_title+";#theta[mrad]",
Tools::theta_bins, 0, Tools::theta_max
Tools::theta_bins, 0, Tools::theta_max
);
);
Loading