|
| base_pntuple_column_wise (std::ostream &a_out, bool a_byte_swap, uint32 a_compression, seek a_seek_directory, const std::string &a_name, const std::string &a_title, bool a_verbose) |
|
| base_pntuple_column_wise (std::ostream &a_out, bool a_byte_swap, uint32 a_compression, seek a_seek_directory, const std::vector< uint32 > &a_basket_sizes, const ntuple_booking &a_bkg, bool a_verbose) |
|
virtual | ~base_pntuple_column_wise () |
|
template<class T > |
column_ref< T > * | create_column_ref (uint32 a_basket_size, const std::string &a_name, const T &a_ref) |
|
template<class T > |
column< T > * | create_column (uint32 a_basket_size, const std::string &a_name, const T &a_def=T()) |
|
column_string_ref * | create_column_string_ref (uint32 a_basket_size, const std::string &a_name, const std::string &a_ref) |
|
column_string * | create_column_string (uint32 a_basket_size, const std::string &a_name, const std::string &a_def=std::string()) |
|
column_vector_string_ref * | create_column_vector_string_ref (uint32 a_basket_size, const std::string &a_name, const std::vector< std::string > &a_ref, char a_sep) |
|
column_vector_string * | create_column_vector_string (uint32 a_basket_size, const std::string &a_name, const std::vector< std::string > &a_def, char a_sep) |
|
template<class T > |
std_vector_column_ref< T > * | create_column_vector_ref (uint32 a_basket_size, const std::string &a_name, const std::vector< T > &a_ref) |
|
template<class T > |
std_vector_column< T > * | create_column_vector (uint32 a_basket_size, const std::string &a_name, const std::vector< T > &a_def=std::vector< T >()) |
|
| base_pntuple (std::ostream &a_out, seek a_seek_directory, const std::string &a_name, const std::string &a_title) |
|
virtual | ~base_pntuple () |
|
const std::vector< icol * > & | columns () const |
|
template<class T > |
column_ref< T > * | find_column_ref (const std::string &a_name) |
|
template<class T > |
column< T > * | find_column (const std::string &a_name) |
|
column_string_ref * | find_column_string_ref (const std::string &a_name) |
|
column_string * | find_column_string (const std::string &a_name) |
|
template<class T > |
std_vector_column_ref< T > * | find_column_vector_ref (const std::string &a_name) |
|
template<class T > |
std_vector_column< T > * | find_column_vector (const std::string &a_name) |
|
column_vector_string_ref * | find_column_vector_string_ref (const std::string &a_name) |
|
column_vector_string * | find_column_vector_string (const std::string &a_name) |
|
void | print_columns (std::ostream &a_out) |
|
Definition at line 20 of file base_pntuple_column_wise.