![]() |
Project
|
#include <KrClusterFinder.h>
Public Member Functions | |
double | operator() (const double *par) const |
Public Attributes | |
std::vector< float > | x |
the number of the time bin | |
std::vector< float > | y |
ADC sum per time bin. | |
int | xLowerBound |
int | xUpperBound |
Definition at line 46 of file KrClusterFinder.h.
double KrClusterFinder::LandauChi2Functor::operator() | ( | const double * | par | ) | const |
Definition at line 25 of file KrClusterFinder.cxx.
std::vector<float> o2::trd::KrClusterFinder::LandauChi2Functor::x |
the number of the time bin
Definition at line 48 of file KrClusterFinder.h.
int o2::trd::KrClusterFinder::LandauChi2Functor::xLowerBound |
Definition at line 50 of file KrClusterFinder.h.
int o2::trd::KrClusterFinder::LandauChi2Functor::xUpperBound |
Definition at line 51 of file KrClusterFinder.h.
std::vector<float> o2::trd::KrClusterFinder::LandauChi2Functor::y |
ADC sum per time bin.
Definition at line 49 of file KrClusterFinder.h.