![]() |
ATLAS Offline Software
|
#include <FPGATrackSimTrackPars.h>
Public Types | |
| enum | pars_index { IPHI , IHIP , ID0 , IZ0 , IETA , NPARS } |
Public Member Functions | |
| FPGATrackSimTrackPars (double init=std::nan("")) | |
| const double & | operator[] (unsigned i) const |
| double & | operator[] (unsigned i) |
Static Public Member Functions | |
| static std::string | parName (unsigned i) |
Public Attributes | |
| double | phi |
| double | qOverPt |
| double | d0 |
| double | z0 |
| double | eta |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const FPGATrackSimTrackPars &pars) |
Definition at line 21 of file FPGATrackSimTrackPars.h.
|
inline |
| double & FPGATrackSimTrackPars::operator[] | ( | unsigned | i | ) |
| const double & FPGATrackSimTrackPars::operator[] | ( | unsigned | i | ) | const |
|
static |
Definition at line 72 of file FPGATrackSimTrackPars.cxx.
|
friend |
Definition at line 85 of file FPGATrackSimTrackPars.cxx.
| double FPGATrackSimTrackPars::d0 |
Definition at line 26 of file FPGATrackSimTrackPars.h.
| double FPGATrackSimTrackPars::eta |
Definition at line 28 of file FPGATrackSimTrackPars.h.
| double FPGATrackSimTrackPars::phi |
Definition at line 24 of file FPGATrackSimTrackPars.h.
| double FPGATrackSimTrackPars::qOverPt |
Definition at line 25 of file FPGATrackSimTrackPars.h.
| double FPGATrackSimTrackPars::z0 |
Definition at line 27 of file FPGATrackSimTrackPars.h.