SND@LHC Software
Loading...
Searching...
No Matches
sndGeometryGetter.h
Go to the documentation of this file.
1#ifndef SND_GEOMETRY_GETTER
2#define SND_GEOMETRY_GETTER
3
4#include <string>
5#include <utility>
6
7#include "Scifi.h"
8#include "MuFilter.h"
9
10namespace snd {
11 namespace analysis_tools {
12 // With empty csv_file_path, it gets the official one from the sndsw installation
13 std::string GetGeoPath(int run_number, std::string csv_file_path = "");
14 std::pair<Scifi *, MuFilter *> GetGeometry(const std::string& geometry_path);
15 std::pair<Scifi *, MuFilter *> GetGeometry(int run_number, const std::string& csv_file_path = "");
16 }
17}
18
19#endif
std::string GetGeoPath(int run_number, std::string csv_file_path="")
std::pair< Scifi *, MuFilter * > GetGeometry(const std::string &geometry_path)