Project
Loading...
Searching...
No Matches
o2::trd::FitFunctor Struct Reference

#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::MAXCHAMBERprofiles
 profile histograms for each TRD chamber
 
std::array< double, constants::MAXCHAMBERvdPreCorr
 vDrift from previous Run
 
std::array< double, constants::MAXCHAMBERlaPreCorr
 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
 

Detailed Description

Definition at line 42 of file CalibratorVdExB.h.

Member Function Documentation

◆ calculateDeltaAlphaSim()

double o2::trd::FitFunctor::calculateDeltaAlphaSim ( double  vdFit,
double  laFit,
double  impactAng 
) const

Definition at line 40 of file CalibratorVdExB.cxx.

◆ operator()()

double o2::trd::FitFunctor::operator() ( const double *  par) const

Definition at line 75 of file CalibratorVdExB.cxx.

Member Data Documentation

◆ currDet

int o2::trd::FitFunctor::currDet

the current TRD chamber number

Definition at line 48 of file CalibratorVdExB.h.

◆ laPreCorr

std::array<double, constants::MAXCHAMBER> o2::trd::FitFunctor::laPreCorr

LorentzAngle from previous Run.

Definition at line 47 of file CalibratorVdExB.h.

◆ lowerBoundAngleFit

float o2::trd::FitFunctor::lowerBoundAngleFit

lower bound for fit angle

Definition at line 49 of file CalibratorVdExB.h.

◆ mAnodePlane

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.

◆ profiles

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.

◆ upperBoundAngleFit

float o2::trd::FitFunctor::upperBoundAngleFit

upper bound for fit angle

Definition at line 50 of file CalibratorVdExB.h.

◆ vdPreCorr

std::array<double, constants::MAXCHAMBER> o2::trd::FitFunctor::vdPreCorr

vDrift from previous Run

Definition at line 46 of file CalibratorVdExB.h.


The documentation for this struct was generated from the following files: