CbmRoot
Loading...
Searching...
No Matches
KfFieldSlice.cxx File Reference
#include "KfFieldSlice.h"
#include <iomanip>
#include <sstream>
#include <fmt/format.h>
Include dependency graph for KfFieldSlice.cxx:

Go to the source code of this file.

Classes

class  FieldSlice< T >
 A magnetic field approximation on the two-dimensional plane. More...
 
class  FieldValue< T >
 Magnetic flux density vector. More...
 

Namespaces

namespace  cbm
 
namespace  cbm::algo
 
namespace  cbm::algo::kf
 

Typedefs

using FieldFn_t
 Magnetic field function type Signature: tuple<Bx, By, Bz>(x, y, z);.
 

Typedef Documentation

◆ FieldFn_t

Magnetic field function type Signature: tuple<Bx, By, Bz>(x, y, z);.

Definition at line 169 of file KfDefs.h.