Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
@@ -81,13 +81,13 @@
m_plots.current_plotter().add_plottable(p); //it takes ownership.
return p;
}
tools::sg::plottable* plot_cp(const tools::histo::c3d& a_cloud) {
tools::sg::plottable* p = new tools::sg::c3d2plot_cp(a_cloud);
m_plots.current_plotter().add_plottable(p); //it takes ownership.
return p;
}
template <class T>
tools::sg::plottable* plot(const T& a_func) {
tools::sg::plottable* p = new tools::sg::f1d2plot<T>(a_func);