FCCAnalyses
Loading...
Searching...
No Matches
logNormal Struct Reference

LogNormal smearing in the form of sqrt(aX^2 + bX + c) More...

#include <analyzers/dataframe/FCCAnalyses/Smearing.h>

Public Member Functions

 logNormal (float arg_a, float arg_b, float arg_c)
 
ROOT::VecOps::RVec< float > operator() (ROOT::VecOps::RVec< float > in)
 

Public Attributes

float m_a = 0.
 
float m_b = 0.
 
float m_c = 0.
 

Detailed Description

LogNormal smearing in the form of sqrt(aX^2 + bX + c)

Constructor & Destructor Documentation

◆ logNormal()

logNormal::logNormal ( float arg_a,
float arg_b,
float arg_c )

Member Function Documentation

◆ operator()()

ROOT::VecOps::RVec< float > logNormal::operator() ( ROOT::VecOps::RVec< float > in)

Member Data Documentation

◆ 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: