15 #ifndef CORE_SUBSTANCE_INITIALIZERS_H_
16 #define CORE_SUBSTANCE_INITIALIZERS_H_
21 #include "Math/DistFunc.h"
67 throw std::logic_error(
"You have chosen an non-existing axis!");
118 throw std::logic_error(
"You have chosen an non-existing axis!");
156 return ROOT::Math::poisson_pdf(x,
lambda_);
158 return ROOT::Math::poisson_pdf(y,
lambda_);
160 return ROOT::Math::poisson_pdf(z,
lambda_);
162 throw std::logic_error(
"You have chosen an non-existing axis!");
173 #endif // CORE_SUBSTANCE_INITIALIZERS_H_