Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user