#include <string>
#include <vector>
#include <TH1.h>
Go to the source code of this file.
Namespaces | |
namespace | functions |
Functions | |
TH1D * | functions::InterpolatePulse (const TPulseIsland *pulse, std::string histname, std::string histtitle, bool interpolate, int refine) |
void | functions::FillBinLabels (double *labels, int size, int start=-1, int increment=1) |
template<typename ValueType > | |
TH1F * | functions::VectorToHist (const std::vector< ValueType > &vect, std::string name, std::string title) |