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 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);
15 }
16}
17
18#endif
std::pair< Scifi *, MuFilter * > GetGeometry(std::string geometry_path)
std::string GetGeoPath(const std::string &csv_file_path, int run_number)