Orientation of module.
More...
#include <JEvt.hh>
|
| int | id |
| | module identifier
|
| |
| double | t |
| | time [s]
|
| |
| size_t | ns |
| | number of points
|
| |
| bool | policy |
| | policy
|
| |
| double | a |
| |
| double | b |
| |
| double | c |
| |
| double | d |
| |
Orientation of module.
Definition at line 91 of file JCompass/JEvt.hh.
◆ JOrientation() [1/2]
| JCOMPASS::JOrientation::JOrientation |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 98 of file JCompass/JEvt.hh.
98 :
104 {}
size_t ns
number of points
JQuaternion()
Default constructor.
◆ JOrientation() [2/2]
| JCOMPASS::JOrientation::JOrientation |
( |
const int | id, |
|
|
const double | ts, |
|
|
const JQuaternion & | Q, |
|
|
const size_t | ns, |
|
|
const bool | policy ) |
|
inline |
Constructor.
- Parameters
-
| id | module identifier |
| ts | time [s] |
| Q | orientation |
| ns | number of points |
| policy | policy |
Definition at line 116 of file JCompass/JEvt.hh.
◆ ClassDefNV() [1/2]
◆ ClassDefNV() [2/2]
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & | out, |
|
|
const JOrientation & | object ) |
|
friend |
Write orientation to output.
- Parameters
-
| out | output stream |
| object | orientation |
- Returns
- output stream
Definition at line 136 of file JCompass/JEvt.hh.
137 {
139
140 out << setw(10) << object.id << ' '
141 <<
FIXED(20,0) <<
object.t <<
' '
143 << setw(3) << object.ns << ' '
144 << setw(1) << object.policy << endl;
145
146 return out;
147 }
Auxiliary data structure for floating point format specification.
◆ id
| int JCOMPASS::JOrientation::id |
| double JCOMPASS::JOrientation::t |
◆ ns
| size_t JCOMPASS::JOrientation::ns |
◆ policy
| bool JCOMPASS::JOrientation::policy |
| double JCOMPASS::JQuaternion::a |
|
inherited |
| double JCOMPASS::JQuaternion::b |
|
inherited |
| double JCOMPASS::JQuaternion::c |
|
inherited |
| double JCOMPASS::JQuaternion::d |
|
inherited |
The documentation for this struct was generated from the following file: