![]() |
Project
|
#include <CalibratorVdExB.h>
Public Member Functions | |
double | operator() (const double *par) const |
double | calculateDeltaAlphaSim (double vdFit, double laFit, double impactAng) const |
Public Attributes | |
std::array< std::unique_ptr< TProfile >, constants::MAXCHAMBER > | profiles |
profile histograms for each TRD chamber | |
std::array< double, constants::MAXCHAMBER > | vdPreCorr |
vDrift from previous Run | |
std::array< double, constants::MAXCHAMBER > | laPreCorr |
LorentzAngle from previous Run. | |
int | currDet |
the current TRD chamber number | |
float | lowerBoundAngleFit |
lower bound for fit angle | |
float | upperBoundAngleFit |
upper bound for fit angle | |
double | mAnodePlane |
distance of the TRD anode plane from the drift cathodes in m | |
Definition at line 42 of file CalibratorVdExB.h.
double o2::trd::FitFunctor::calculateDeltaAlphaSim | ( | double | vdFit, |
double | laFit, | ||
double | impactAng | ||
) | const |
Definition at line 40 of file CalibratorVdExB.cxx.
double o2::trd::FitFunctor::operator() | ( | const double * | par | ) | const |
Definition at line 75 of file CalibratorVdExB.cxx.
int o2::trd::FitFunctor::currDet |
the current TRD chamber number
Definition at line 48 of file CalibratorVdExB.h.
std::array<double, constants::MAXCHAMBER> o2::trd::FitFunctor::laPreCorr |
LorentzAngle from previous Run.
Definition at line 47 of file CalibratorVdExB.h.
float o2::trd::FitFunctor::lowerBoundAngleFit |
lower bound for fit angle
Definition at line 49 of file CalibratorVdExB.h.
double o2::trd::FitFunctor::mAnodePlane |
distance of the TRD anode plane from the drift cathodes in m
Definition at line 51 of file CalibratorVdExB.h.
std::array<std::unique_ptr<TProfile>, constants::MAXCHAMBER> o2::trd::FitFunctor::profiles |
profile histograms for each TRD chamber
Definition at line 45 of file CalibratorVdExB.h.
float o2::trd::FitFunctor::upperBoundAngleFit |
upper bound for fit angle
Definition at line 50 of file CalibratorVdExB.h.
std::array<double, constants::MAXCHAMBER> o2::trd::FitFunctor::vdPreCorr |
vDrift from previous Run
Definition at line 46 of file CalibratorVdExB.h.