#include <FPGATrackSimTrackPars.h>
|
| static std::string | parName (unsigned i) |
Definition at line 21 of file FPGATrackSimTrackPars.h.
◆ pars_index
◆ FPGATrackSimTrackPars()
| FPGATrackSimTrackPars::FPGATrackSimTrackPars |
( |
double | init = std::nan("") | ) |
|
|
inline |
◆ operator[]() [1/2]
| double & FPGATrackSimTrackPars::operator[] |
( |
unsigned | i | ) |
|
Definition at line 30 of file FPGATrackSimTrackPars.cxx.
31{
32 switch (i)
33 {
39 default: throw std::out_of_range("FPGATrackSimTrackPars[] out of range");
40 }
41}
◆ operator[]() [2/2]
| const double & FPGATrackSimTrackPars::operator[] |
( |
unsigned | i | ) |
const |
Definition at line 16 of file FPGATrackSimTrackPars.cxx.
17{
18 switch (i)
19 {
25 default: throw std::out_of_range("FPGATrackSimTrackPars[] out of range");
26 }
27}
◆ parName()
| std::string FPGATrackSimTrackPars::parName |
( |
unsigned | i | ) |
|
|
static |
Definition at line 72 of file FPGATrackSimTrackPars.cxx.
73{
74 switch (i)
75 {
76 case 0: return "phi";
77 case 1: return "qOverPt";
78 case 2: return "d0";
79 case 3: return "z0";
80 case 4: return "eta";
81 default: throw std::out_of_range("FPGATrackSimTrackPars::parName out of range");
82 }
83}
◆ operator<<
◆ d0
| double FPGATrackSimTrackPars::d0 |
◆ eta
| double FPGATrackSimTrackPars::eta |
◆ phi
| double FPGATrackSimTrackPars::phi |
◆ qOverPt
| double FPGATrackSimTrackPars::qOverPt |
◆ z0
| double FPGATrackSimTrackPars::z0 |
The documentation for this class was generated from the following files: