|
CbmRoot
|
Magnetic field value at a certain point in the space. More...
#include <LitFieldValue.h>
Public Member Functions | |
| LitFieldValue () | |
| Constructor. | |
| string | ToString () const |
| Return string representation of the class. | |
Public Attributes | |
| T | Bx |
| T | By |
| T | Bz |
Friends | |
| ostream & | operator<< (ostream &strm, const LitFieldValue &v) |
| Operator << for convenient output to ostream. | |
Magnetic field value at a certain point in the space.
Definition at line 36 of file LitFieldValue.h.
|
inline |
Constructor.
Definition at line 41 of file LitFieldValue.h.
|
inline |
Return string representation of the class.
Definition at line 47 of file LitFieldValue.h.
|
friend |
Operator << for convenient output to ostream.
Definition at line 58 of file LitFieldValue.h.
| T lit::parallel::LitFieldValue< T >::Bx |
Definition at line 65 of file LitFieldValue.h.
Referenced by lit::parallel::LitRK4Extrapolation(), lit::parallel::LitRK4Extrapolation(), lit::parallel::PackFieldValue(), lit::parallel::LitFieldRegion< T >::Set(), and lit::parallel::LitFieldRegion< T >::Set().
| T lit::parallel::LitFieldValue< T >::By |
Definition at line 65 of file LitFieldValue.h.
Referenced by lit::parallel::LitRK4Extrapolation(), lit::parallel::LitRK4Extrapolation(), lit::parallel::PackFieldValue(), lit::parallel::LitFieldRegion< T >::Set(), and lit::parallel::LitFieldRegion< T >::Set().
| T lit::parallel::LitFieldValue< T >::Bz |
Definition at line 65 of file LitFieldValue.h.
Referenced by lit::parallel::LitRK4Extrapolation(), lit::parallel::LitRK4Extrapolation(), lit::parallel::PackFieldValue(), lit::parallel::LitFieldRegion< T >::Set(), and lit::parallel::LitFieldRegion< T >::Set().