|
Jpp 21.0.0-rc.1-88-g0130508c4
the software that should make you happy
|
Auxiliary data structure to define ring. More...
#include <JFitK40.hh>
Public Member Functions | |
| ring_type (const char c) | |
| Constructor. | |
| int | getIndex () const |
| Get index. | |
| operator int () const | |
| Type conversion operator. | |
Static Public Member Functions | |
| static ring_type | getRing (const int index) |
| Get ring. | |
Public Attributes | |
| char | c |
Friends | |
| std::istream & | operator>> (std::istream &in, ring_type &ring) |
| Read ring from input stream. | |
| std::ostream & | operator<< (std::ostream &out, const ring_type &ring) |
| Write ring to output stream. | |
Auxiliary data structure to define ring.
The ring values run from 'A' (down) to 'F' (up).
Definition at line 902 of file JFitK40.hh.
|
inline |
|
inline |
|
inline |
|
inlinestatic |
Get ring.
| index | index |
Definition at line 941 of file JFitK40.hh.
|
friend |
Read ring from input stream.
| in | input stream |
| ring | ring |
Definition at line 954 of file JFitK40.hh.
|
friend |
Write ring to output stream.
| out | output stream |
| ring | ring |
Definition at line 967 of file JFitK40.hh.
| char JCALIBRATE::ring_type::c |
Definition at line 972 of file JFitK40.hh.