1#ifndef SMEARING_ANALYZERS_H
2#define SMEARING_ANALYZERS_H
7#include "TLorentzVector.h"
8#include "ROOT/RVec.hxx"
9#include "edm4hep/MCParticleData.h"
15 logNormal(
float arg_a,
float arg_b,
float arg_c);
19 ROOT::VecOps::RVec<float>
operator() (ROOT::VecOps::RVec<float> in);
LogNormal smearing in the form of sqrt(aX^2 + bX + c)
Definition Smearing.h:14
float m_c
Definition Smearing.h:18
float m_b
Definition Smearing.h:17
ROOT::VecOps::RVec< float > operator()(ROOT::VecOps::RVec< float > in)
Definition Smearing.cc:5
float m_a
Definition Smearing.h:16
logNormal(float arg_a, float arg_b, float arg_c)
Definition Smearing.cc:3