class to contain the MC fudge factor formulae
More...
#include <SVDMCFudgeFactorFunction.h>
|
typedef double(SVDMCFudgeFactorFunction::* | fudgeFactorFunction) (double) const |
| typedef of the return value of the fudge factor function
|
|
|
std::vector< double > | m_chebyCoeffs |
| function parameters & implementations More...
|
|
std::vector< double > | m_x |
| ID = {1}, rel07: fudge factor parametrized with linear interpolation between graph points. More...
|
|
std::vector< double > | m_y |
| Vectors of TGraph points for the sigmas.
|
|
int | m_current |
| current function ID
|
|
class to contain the MC fudge factor formulae
Definition at line 28 of file SVDMCFudgeFactorFunction.h.
◆ cheby_v0()
double cheby_v0 |
( |
double |
trkAngle | ) |
const |
|
inlineprivate |
cheby_v0 implementation
- Parameters
-
trkAngle | track's incident angle |
- Returns
- fudge factor as a function of the track's angle
Definition at line 105 of file SVDMCFudgeFactorFunction.h.
107 TF1* f = (TF1*) gROOT->GetFunction(TString::Format(
"chebyshev%lu",
m_chebyCoeffs.size() - 1));
110 return f->Eval(trkAngle);
std::vector< double > m_chebyCoeffs
function parameters & implementations
◆ set_chebyCoeffs()
void set_chebyCoeffs |
( |
std::vector< double > |
c | ) |
|
|
inline |
◆ set_graphPoints()
void set_graphPoints |
( |
std::vector< double > |
x, |
|
|
std::vector< double > |
y |
|
) |
| |
|
inline |
◆ tgraph_v0()
double tgraph_v0 |
( |
double |
trkAngle | ) |
const |
|
inlineprivate |
tgraph_v0 implementation
- Parameters
-
trkAngle | track's incident angle |
- Returns
- fudge factor as a function of the track's angle
Definition at line 125 of file SVDMCFudgeFactorFunction.h.
◆ m_chebyCoeffs
std::vector<double> m_chebyCoeffs |
|
private |
function parameters & implementations
ID = {0}, rel07: fudge factor parametrized with Chebyshev polynomial Vector of Chebyshev coefficients
Definition at line 99 of file SVDMCFudgeFactorFunction.h.
◆ m_x
ID = {1}, rel07: fudge factor parametrized with linear interpolation between graph points.
Vectors of TGraph points for the angles
Definition at line 117 of file SVDMCFudgeFactorFunction.h.
The documentation for this class was generated from the following files: