1#ifndef SND_SHOWERTOOLS_H
2#define SND_SHOWERTOOLS_H
9#include "Math/Vector3D.h"
10#include "Math/Point3D.h"
13 namespace analysis_tools {
25 std::pair<std::vector<ScifiPlane>, std::vector<USPlane>>
GetShoweringPlanes(
const std::vector<ScifiPlane> &scifi_planes,
const std::vector<USPlane> &us_planes);
27 std::pair<double, double>
GetSciFiSpatialAnisotropy(
const std::vector<ScifiPlane> &scifi_planes,
bool use_all_centroids =
false);