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