SND@LHC Software
Loading...
Searching...
No Matches
sndConfiguration.h
Go to the documentation of this file.
1#ifndef SND_CONFIGURATION_H
2#define SND_CONFIGURATION_H
3
4#include "Scifi.h"
5#include "MuFilter.h"
6
7namespace snd {
9 {
17
25 // For plots
32
39 // For plots
40 double us_x_min;
41 double us_x_max;
42 double us_y_min;
43 double us_y_max;
44 double us_z_min;
45 double us_z_max;
46
53
55
62
68
70
72
73 Configuration(Option option, Scifi *scifi_geometry, MuFilter *muon_filter_geometry);
74 static Option GetOption(int run_number);
75 };
76}
77
78#endif
Definition Scifi.h:20
static Option GetOption(int run_number)