16#ifndef ALICEO2_FLATHISTO1D_H
17#define ALICEO2_FLATHISTO1D_H
47template <
typename T =
float>
50 static_assert(std::is_same<T, float>::value || std::is_same<T, double>::value,
"T must be float or double");
71 void init(uint32_t nbx, T xmin, T xmax);
173 std::unique_ptr<TH1F>
createTH1F(
const std::string&
name =
"histo1d")
const;
179 void init(
const gsl::span<const T> ext);
GLuint const GLchar * name
GLubyte GLubyte GLubyte GLubyte w
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
VectorOfTObjectPtrs other