11 namespace analysis_tools {
12 std::string
GetGeoPath(
const std::string& csv_file_path,
int run_number);
13 std::pair<Scifi *, MuFilter *>
GetGeometry(std::string geometry_path);
14 std::pair<Scifi *, MuFilter *>
GetGeometry(
const std::string& csv_file_path,
int run_number);