|  | Project
    | 
#include <SlewingCoef.h>
| Public Types | |
| using | VecPoints_t = std::vector< Double_t > | 
| using | VecPlot_t = std::pair< VecPoints_t, VecPoints_t > | 
| using | VecSlewingCoefs_t = std::array< std::array< VecPlot_t, sNCHANNELS >, sNAdc > | 
| typedef std::array< std::array< TGraph, sNCHANNELS >, sNAdc > | SlewingPlots_t | 
| Public Member Functions | |
| SlewingPlots_t | makeSlewingPlots () const | 
| Static Public Member Functions | |
| static constexpr const char * | getObjectPath () | 
| Public Attributes | |
| VecSlewingCoefs_t | mSlewingCoefs {} | 
| Static Public Attributes | |
| static constexpr int | sNCHANNELS = 208 | 
| static constexpr int | sNAdc = 2 | 
Definition at line 29 of file SlewingCoef.h.
| typedef std::array<std::array<TGraph, sNCHANNELS>, sNAdc> o2::ft0::SlewingCoef::SlewingPlots_t | 
Definition at line 35 of file SlewingCoef.h.
| using o2::ft0::SlewingCoef::VecPlot_t = std::pair<VecPoints_t, VecPoints_t> | 
Definition at line 33 of file SlewingCoef.h.
| using o2::ft0::SlewingCoef::VecPoints_t = std::vector<Double_t> | 
Definition at line 32 of file SlewingCoef.h.
| using o2::ft0::SlewingCoef::VecSlewingCoefs_t = std::array<std::array<VecPlot_t, sNCHANNELS>, sNAdc> | 
Definition at line 34 of file SlewingCoef.h.
| 
 | inlinestaticconstexpr | 
Definition at line 38 of file SlewingCoef.h.
| SlewingCoef::SlewingPlots_t SlewingCoef::makeSlewingPlots | ( | ) | const | 
Definition at line 16 of file SlewingCoef.cxx.
| VecSlewingCoefs_t o2::ft0::SlewingCoef::mSlewingCoefs {} | 
Definition at line 36 of file SlewingCoef.h.
| 
 | staticconstexpr | 
Definition at line 31 of file SlewingCoef.h.
| 
 | staticconstexpr | 
Definition at line 30 of file SlewingCoef.h.