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
@@ -44,15 +44,15 @@ public: //plottable
if(a_sinfos.size()) a_sinfos += f_lf;
a_sinfos += "Name\n";
a_sinfos += m_name;
} else if((*it)=="entries") {
if(a_sinfos.size()) a_sinfos += f_lf;
a_sinfos += "Entries\n";
if(!numas<unsigned int>(mn<unsigned int>(m_x.size(),m_y.size()),a_sinfos)){}
}
}
}
}
public: //points2D
virtual float x_axis_min() const {return float(m_x_min);}
virtual float x_axis_max() const {return float(m_x_max);}
@@ -105,7 +105,7 @@ public:
#ifdef TOOLS_MEM
mem::increment(s_class().c_str());
#endif
}
}
xy2plot& operator=(const xy2plot& a_from){
m_name = a_from.m_name;
m_legend = a_from.m_legend;