12#ifndef LITFIELDVALUE_H_
13#define LITFIELDVALUE_H_
22using std::stringstream;
50 ss <<
"LitFieldValue: Bx=" <<
Bx <<
", By=" <<
By <<
", Bz=" <<
Bz <<
"\n";
Header files for SSE operations.
Useful classes and functions.
Magnetic field value at a certain point in the space.
LitFieldValue()
Constructor.
friend ostream & operator<<(ostream &strm, const LitFieldValue &v)
Operator << for convenient output to ostream.
string ToString() const
Return string representation of the class.
class lit::parallel::LitDetectorLayout _fvecalignment
LitFieldValue< fscal > LitFieldValueScal
Scalar version of LitFieldValue.
LitFieldValue< fvec > LitFieldValueVec
Vector version of LitFieldValue.