CbmRoot
lit::parallel::LitFieldValue< T > Class Template Reference

Magnetic field value at a certain point in the space. More...

#include <LitFieldValue.h>

Public Member Functions

 LitFieldValue ()
 Constructor. More...
 
string ToString () const
 Return string representation of the class. More...
 

Public Attributes

Bx
 
By
 
Bz
 

Friends

ostream & operator<< (ostream &strm, const LitFieldValue &v)
 Operator << for convenient output to ostream. More...
 

Detailed Description

template<class T>
class lit::parallel::LitFieldValue< T >

Magnetic field value at a certain point in the space.

Author
Andrey Lebedev andre.nosp@m.y.le.nosp@m.bedev.nosp@m.@gsi.nosp@m..de
Date
2009

Definition at line 29 of file LitFieldValue.h.

Constructor & Destructor Documentation

◆ LitFieldValue()

template<class T >
lit::parallel::LitFieldValue< T >::LitFieldValue ( )
inline

Constructor.

Definition at line 34 of file LitFieldValue.h.

Member Function Documentation

◆ ToString()

template<class T >
string lit::parallel::LitFieldValue< T >::ToString ( ) const
inline

Return string representation of the class.

Returns
String representation of the class.

Definition at line 40 of file LitFieldValue.h.

References lit::parallel::LitFieldValue< T >::Bx, lit::parallel::LitFieldValue< T >::By, and lit::parallel::LitFieldValue< T >::Bz.

Friends And Related Function Documentation

◆ operator<<

template<class T >
ostream& operator<< ( ostream &  strm,
const LitFieldValue< T > &  v 
)
friend

Operator << for convenient output to ostream.

Returns
Insertion stream in order to be able to call a succession of insertion operations.

Definition at line 51 of file LitFieldValue.h.

Member Data Documentation

◆ Bx

◆ By

◆ Bz


The documentation for this class was generated from the following file: