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
@@ -48,9 +48,9 @@ public:
#ifdef TOOLS_MEM
mem::increment(s_class().c_str());
#endif
}
}
h1d2plot_cp& operator=(const h1d2plot_cp& a_from){
h1d2plot::operator=(a_from);
h1d2plot::operator=(a_from);
m_cp = a_from.m_cp;
return *this;
}
@@ -93,9 +93,9 @@ public:
#ifdef TOOLS_MEM
mem::increment(s_class().c_str());
#endif
}
}
h2d2plot_cp& operator=(const h2d2plot_cp& a_from){
h2d2plot::operator=(a_from);
h2d2plot::operator=(a_from);
m_cp = a_from.m_cp;
return *this;
}
@@ -135,9 +135,9 @@ public:
#ifdef TOOLS_MEM
mem::increment(s_class().c_str());
#endif
}
}
p1d2plot_cp& operator=(const p1d2plot_cp& a_from){
p1d2plot::operator=(a_from);
p1d2plot::operator=(a_from);
m_cp = a_from.m_cp;
return *this;
}