|
CbmRoot
|
Public Member Functions | |
| TCanvas * | Draw () |
| FitStsTime (TH1D *h) | |
Public Attributes | |
| std::unique_ptr< TH1 > | h_x |
| std::unique_ptr< TF1 > | f_x |
| std::unique_ptr< TF1 > | f_peak |
| std::unique_ptr< TF1 > | f_bkgd |
| TFitResultPtr | fit_ptr |
| bool | use_fit_result {false} |
| double | time_offset {0} |
Definition at line 232 of file CbmStsTimeCal.cxx.
|
inline |
Definition at line 322 of file CbmStsTimeCal.cxx.
References f_bkgd, f_peak, f_x, fit_ptr, h_x, time_offset, and use_fit_result.
|
inline |
Definition at line 241 of file CbmStsTimeCal.cxx.
References f_bkgd, f_peak, f_x, fit_ptr, h_x, time_offset, and use_fit_result.
Referenced by CbmStsTimeCal::CheckTimeWalk(), and CbmStsTimeCal::FindModuleOffset().
| std::unique_ptr<TF1> FitStsTime::f_bkgd |
Definition at line 236 of file CbmStsTimeCal.cxx.
Referenced by Draw(), and FitStsTime().
| std::unique_ptr<TF1> FitStsTime::f_peak |
Definition at line 235 of file CbmStsTimeCal.cxx.
Referenced by Draw(), and FitStsTime().
| std::unique_ptr<TF1> FitStsTime::f_x |
Definition at line 234 of file CbmStsTimeCal.cxx.
Referenced by Draw(), and FitStsTime().
| TFitResultPtr FitStsTime::fit_ptr |
Definition at line 237 of file CbmStsTimeCal.cxx.
Referenced by CbmStsTimeCal::CheckTimeWalk(), Draw(), and FitStsTime().
| std::unique_ptr<TH1> FitStsTime::h_x |
Definition at line 233 of file CbmStsTimeCal.cxx.
Referenced by Draw(), and FitStsTime().
| double FitStsTime::time_offset {0} |
Definition at line 239 of file CbmStsTimeCal.cxx.
Referenced by Draw(), CbmStsTimeCal::FindModuleOffset(), and FitStsTime().
| bool FitStsTime::use_fit_result {false} |
Definition at line 238 of file CbmStsTimeCal.cxx.
Referenced by CbmStsTimeCal::CheckTimeWalk(), Draw(), CbmStsTimeCal::FindModuleOffset(), and FitStsTime().