Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
@@ -55,6 +55,8 @@ inline const std::string& leaf_bool_cls() {
template <class T>
class leaf : public base_leaf {
public:
typedef T value_t;
public:
static const std::string& s_class() {
static const std::string s_v("tools::rroot::leaf<"+stype(T())+">");
@@ -345,9 +347,7 @@ public:
}
public: //base_leaf
virtual bool read_buffer(buffer&) {
m_out << "tools::rroot::leaf_element::read_buffer :"
<< " dummy."
<< std::endl;
m_out << "tools::rroot::leaf_element::read_buffer : dummy." << std::endl;
return false;
}
virtual bool print_value(std::ostream&,uint32) const {return true;}