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

#include <T0Fit.h>

Public Member Functions

double operator() (const double *par) const
 

Public Attributes

std::vector< float > x
 x-value (time-bin) of adc profile
 
std::vector< float > y
 y-value (av. adc) for corresp. time-bin
 
float lowerBoundFit
 lower bound for fit
 
float upperBoundFit
 upper bound for fit
 

Detailed Description

Definition at line 43 of file T0Fit.h.

Member Function Documentation

◆ operator()()

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

Definition at line 42 of file T0Fit.cxx.

Member Data Documentation

◆ lowerBoundFit

float o2::trd::ErfLandauChi2Functor::lowerBoundFit

lower bound for fit

Definition at line 47 of file T0Fit.h.

◆ upperBoundFit

float o2::trd::ErfLandauChi2Functor::upperBoundFit

upper bound for fit

Definition at line 48 of file T0Fit.h.

◆ x

std::vector<float> o2::trd::ErfLandauChi2Functor::x

x-value (time-bin) of adc profile

Definition at line 45 of file T0Fit.h.

◆ y

std::vector<float> o2::trd::ErfLandauChi2Functor::y

y-value (av. adc) for corresp. time-bin

Definition at line 46 of file T0Fit.h.


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