Import Geant4 11.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2025-12-05 08:54:02 +01:00
parent a499fb82e9
commit b4a16de652
6484 changed files with 232674 additions and 221097 deletions
-18
View File
@@ -24,23 +24,14 @@ public:
:c2d2plot(m_cp)
,m_cp(a_data)
{
#ifdef TOOLS_MEM
mem::increment(s_class().c_str());
#endif
}
virtual ~c2d2plot_cp(){
#ifdef TOOLS_MEM
mem::decrement(s_class().c_str());
#endif
}
public:
c2d2plot_cp(const c2d2plot_cp& a_from)
:plottable(a_from),points2D(a_from),c2d2plot(m_cp)
,m_cp(a_from.m_cp)
{
#ifdef TOOLS_MEM
mem::increment(s_class().c_str());
#endif
}
c2d2plot_cp& operator=(const c2d2plot_cp& a_from){
c2d2plot::operator=(a_from);
@@ -66,23 +57,14 @@ public:
:c3d2plot(m_cp)
,m_cp(a_data)
{
#ifdef TOOLS_MEM
mem::increment(s_class().c_str());
#endif
}
virtual ~c3d2plot_cp(){
#ifdef TOOLS_MEM
mem::decrement(s_class().c_str());
#endif
}
public:
c3d2plot_cp(const c3d2plot_cp& a_from)
:plottable(a_from),points3D(a_from),c3d2plot(m_cp)
,m_cp(a_from.m_cp)
{
#ifdef TOOLS_MEM
mem::increment(s_class().c_str());
#endif
}
c3d2plot_cp& operator=(const c3d2plot_cp& a_from){
c3d2plot::operator=(a_from);