#include <FPGATrackSimTrackPars.h>
Definition at line 55 of file FPGATrackSimTrackPars.h.
◆ FPGATrackSimTrackParsI()
| FPGATrackSimTrackParsI::FPGATrackSimTrackParsI |
( |
int | init = 0 | ) |
|
|
inline |
◆ operator[]() [1/2]
| int & FPGATrackSimTrackParsI::operator[] |
( |
unsigned | i | ) |
|
Definition at line 58 of file FPGATrackSimTrackPars.cxx.
59{
60 switch (i)
61 {
67 default: throw std::out_of_range("FPGATrackSimTrackPars[] out of range");
68 }
69}
◆ operator[]() [2/2]
| const int & FPGATrackSimTrackParsI::operator[] |
( |
unsigned | i | ) |
const |
Definition at line 44 of file FPGATrackSimTrackPars.cxx.
45{
46 switch (i)
47 {
53 default: throw std::out_of_range("FPGATrackSimTrackPars[] out of range");
54 }
55}
◆ operator<<
◆ d0
| int FPGATrackSimTrackParsI::d0 |
◆ eta
| int FPGATrackSimTrackParsI::eta |
◆ phi
| int FPGATrackSimTrackParsI::phi |
◆ qOverPt
| int FPGATrackSimTrackParsI::qOverPt |
◆ z0
| int FPGATrackSimTrackParsI::z0 |
The documentation for this class was generated from the following files: