SHiP Field Service
Framework-agnostic C++20 library exposing SHiP magnetic field maps.
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
CovfieFieldSource.h File Reference
#include "FieldService/IFieldSource.h"
#include <memory>
#include <string>
#include <vector>
Include dependency graph for CovfieFieldSource.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ship::CovfieFieldSource
 Concrete IFieldSource aggregating one covfie-backed evaluator per magnet. More...
 
struct  ship::CovfieFieldSource::MagnetConfig
 

Namespaces

namespace  ship
 

Functions

std::shared_ptr< IFieldEvaluatorship::loadCovfieField (std::string const &cvf_path)
 Build an IFieldEvaluator backed by a covfie .cvf file (CPU backend, trilinear interpolation, per-thread view).