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
69
72
74
76
77 bool is_mc;
78
79 Configuration(Option option, Scifi *scifi_geometry, MuFilter *muon_filter_geometry, bool is_MC = false);
80 static Option GetOption(int run_number);
81 };
82}
83
84#endif
Definition Scifi.h:20
static Option GetOption(int run_number)