LogNormal smearing in the form of sqrt(aX^2 + bX + c)
More...
#include <analyzers/dataframe/FCCAnalyses/Smearing.h>
|
| logNormal (float arg_a, float arg_b, float arg_c) |
|
ROOT::VecOps::RVec< float > | operator() (ROOT::VecOps::RVec< float > in) |
|
LogNormal smearing in the form of sqrt(aX^2 + bX + c)
◆ logNormal()
logNormal::logNormal |
( |
float | arg_a, |
|
|
float | arg_b, |
|
|
float | arg_c ) |
◆ operator()()
ROOT::VecOps::RVec< float > logNormal::operator() |
( |
ROOT::VecOps::RVec< float > | in | ) |
|
◆ m_a
float logNormal::m_a = 0. |
◆ m_b
float logNormal::m_b = 0. |
◆ m_c
float logNormal::m_c = 0. |
The documentation for this struct was generated from the following files: