8 #include <phfield/PHField.h>
9 #include <phfield/PHFieldUtility.h>
14 #include <Eigen/Dense>
20 using PositionMap = std::map<TrkrDefs::cluskey, Acts::Vector3F>;
28 unsigned int min_clusters,
43 bool checknan(
double val,
const std::string &msg,
int num)
const;
44 double get_Bz(
double x,
double y,
double z)
const;
50 void line_fit(
const std::vector<std::pair<double,double>>& pts,
double& a,
double& b)
const;