Go to the source code of this file.
|
| void | write_all (TObjects target) |
| |
| template<bool logx = true, bool logy = true> |
| TCanvas * | standard_canvas (std::string name, std::string title, float nXpixels=1000, float nYpixels=1000) |
| |
| template<bool logx = true, bool logy = true> |
| TCanvas * | standard_canvas_2D (std::string name, std::string title, float nXpixels=1145, float nYpixels=1000) |
| |
| std::time_t | s_ts (const std::string &datetime) |
| |
| template<typename th1_type = TH1F> |
| th1_type * | make_log_th1 (int n_bins, double min_x, double max_x) |
| |
| std::array< std::array< float, 2 >, 2 > | get_intercept (TF1 *pol1, TF1 *pol2) |
| |
◆ get_intercept()
◆ make_log_th1()
◆ s_ts()
◆ standard_canvas()
template<
bool logx = true,
bool logy = true>
◆ standard_canvas_2D()
template<
bool logx = true,
bool logy = true>
◆ write_all()