|
inlib
1.2.0
|
#include "vmanip"#include "vfind"#include "typedefs"#include "scast"#include <string>#include <vector>#include <ostream>#include "tos"#include "sto"#include "columns"#include "stype"#include "mnmx"

Go to the source code of this file.
Classes | |
| class | inlib::aida::base_col |
| class | inlib::aida::base_ntu |
| class | inlib::aida::aida_base_col |
| class | inlib::aida::aida_col< T > |
| class | inlib::aida::ntuple |
| class | inlib::aida::aida_col_ntu |
| some special column that can't be done with aida_col<T> //// More... | |
| class | inlib::aida::base_looper< T > |
| class | inlib::aida::stat_looper< T > |
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
| namespace | inlib::aida |
Defines | |
| #define | inlib_aida_ntuple |
Functions | |
| const std::string & | inlib::aida::s_aida_type (short) |
| const std::string & | inlib::aida::s_aida_type (int) |
| const std::string & | inlib::aida::s_aida_type (float) |
| const std::string & | inlib::aida::s_aida_type (double) |
| const std::string & | inlib::aida::s_aida_type (bool) |
| const std::string & | inlib::aida::s_aida_type (const std::string &) |
| const std::string & | inlib::aida::s_aida_type (int64) |
| const std::string & | inlib::aida::s_aida_type (const std::vector< double > &) |
| const std::string & | inlib::aida::s_aida_type_ituple () |
| const std::string & | inlib::aida::s_aida_type (unsigned short) |
| not AIDA ! ////////////////////////// | |
| const std::string & | inlib::aida::s_aida_type (uint64) |
| bool | inlib::aida::s__fill (const std::string &a_s, std::string &a_v) |
| bool | inlib::aida::s__fill (const std::string &a_s, char &a_v) |
| bool | inlib::aida::s__fill (const std::string &a_s, unsigned char &a_v) |
| bool | inlib::aida::s__fill (const std::string &a_s, bool &a_v) |
| bool | inlib::aida::s__fill (const std::string &a_s, short &a_v) |
| bool | inlib::aida::s__fill (const std::string &a_s, unsigned short &a_v) |
| bool | inlib::aida::s__fill (const std::string &a_s, int &a_v) |
| bool | inlib::aida::s__fill (const std::string &a_s, unsigned int &a_v) |
| bool | inlib::aida::s__fill (const std::string &a_s, int64 &a_v) |
| bool | inlib::aida::s__fill (const std::string &a_s, uint64 &a_v) |
| bool | inlib::aida::s__fill (const std::string &a_s, float &a_v) |
| bool | inlib::aida::s__fill (const std::string &a_s, double &a_v) |
| bool | inlib::aida::create_cols_from_vals (ntuple &a_ntu, const std::vector< value > &a_vars, bool a_verbose=false) |
| bool | inlib::aida::create_col (ntuple &a_ntu, const std::string &a_type, const std::string &a_name, const std::string &a_s, bool a_is_ntu) |
| bool | inlib::aida::create_cols_from_string (ntuple &a_ntu, const std::string &a_booking, bool a_verbose=false) |
| aida_col_ntu * | inlib::aida::find_col_ntu (ntuple &a_ntu, const std::string &a_name) |
| template<class T > | |
| bool | inlib::aida::column_infos (inlib::aida::base_ntu &a_ntu, inlib::aida::base_col &a_col, T &a_mn, T &a_mx, T &a_S, T &a_S2, inlib::uint64 &a_count) |
| base_col * | inlib::aida::find_leaf_column (const base_ntu &a_ntu, const std::string &a_name) |
| #define inlib_aida_ntuple |
Definition at line 5 of file aida_ntuple.
1.7.5.1