#include "TH1.h"
#include "TH2I.h"
#include "TGraph.h"
Go to the source code of this file.
Classes | |
struct | DinoFileInfo |
Functions | |
template<typename T > | |
void | read_1d_data (std::istream &in, TH1 *hist) |
template<typename T > | |
void | read_1d_data_to_graph (std::istream &in, TGraph *graph) |
template<typename T > | |
void | read_2d_data (std::istream &in, TH2I *hist) |