|
| virtual bool | add_row (imutex &a_mutex, ifile &a_main_file) |
| |
| virtual bool | end_fill (imutex &a_mutex, ifile &a_main_file) |
| |
| | mt_ntuple_column_wise (std::ostream &a_out, bool a_byte_swap, uint32 a_compression, seek a_seek_directory, std::vector< branch * > &a_main_branches, const std::string &a_name, const std::string &a_title, bool a_row_mode, uint32 a_nev, bool a_verbose) |
| |
| | mt_ntuple_column_wise (std::ostream &a_out, bool a_byte_swap, uint32 a_compression, seek a_seek_directory, std::vector< branch * > &a_main_branches, const std::vector< uint32 > &a_basket_sizes, const ntuple_booking &a_bkg, bool a_row_mode, uint32 a_nev, bool a_verbose) |
| |
| | mt_ntuple_column_wise (std::ostream &a_out, bool a_byte_swap, uint32 a_compression, seek a_seek_directory, std::vector< branch * > &a_main_branches, const std::vector< uint32 > &a_basket_sizes, const ntuple_booking &a_bkg, bool a_verbose) |
| |
| virtual | ~mt_ntuple_column_wise () |
| |
Public Member Functions inherited from tools::wroot::base_pntuple_column_wise |
| | 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) |
| |
| virtual | ~imt_ntuple () |
| |
Definition at line 16 of file mt_ntuple_column_wise.