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
@@ -24,7 +24,7 @@ class base_pntuple {
static const std::string s_v("tools::wroot::base_pntuple");
return s_v;
}
#endif
#endif
public:
#include "columns.icc"
@@ -56,7 +56,7 @@ protected:
base_pntuple& operator=(const base_pntuple&){return *this;}
public:
const std::vector<icol*>& columns() const {return m_cols;}
template <class T>
column_ref<T>* find_column_ref(const std::string& a_name) {
icol* col = find_named<icol>(m_cols,a_name);
@@ -123,7 +123,7 @@ protected:
seek m_seek_directory;
std::string m_name;
std::string m_title;
std::vector<icol*> m_cols;
std::vector<icol*> m_cols;
};
}}