BmnRoot
Loading...
Searching...
No Matches
BmnSiliconConfiguration.h
Go to the documentation of this file.
1#ifndef BMNSILICONCONFIGURATION_H
2#define BMNSILICONCONFIGURATION_H
3
5{
6
8{
9 None = 0, // empty config
10 RunSpring2017, // 1 station - (geometry file: Silicon_RunSpring2017.root) (BM@N RUN-6)
11 RunSpring2018, // 3 stations - (geometry file: Silicon_RunSpring2018.root) (BM@N RUN-7)
12 RunSRCSpring2018, // 3 stations - (geometry file: Silicon_RunSRCSpring2018.root) (BM@N RUN-7: SRC)
13 Run8_3stations, // 3 stations - (geometry files: Silicon_Run8_3stations.root and
14 // Silicon_Run8_3stations_detailed.root)
15 Run8_4stations, // 4 stations - (geometry files: Silicon_Run8_4stations.root and
16 // Silicon_Run8_4stations_detailed.root)
17 Run8_5stations, // 5 stations - (geometry files: Silicon_Run8_5stations.root and
18 // Silicon_Run8_5stations_detailed.root)
19 Run8_mods_6_10_14_18, // 4 stations - (geometry files: Silicon_Run8_mods_6_10_14_18.root and
20 // Silicon_Run8_mods_6_10_14_18_detailed.root)
21 Run8_mods_10_14rot_18, // 3 stations - (geometry files: Silicon_Run8_mods_10_14rot_18.root and
22 // Silicon_Run8_mods_10_14rot_18_detailed.root)
23 Run8, // 4 stations - (geometry files: Silicon_Run8.root) actual configuration for RUN-8 (16.12.2022)
24 Run9, // 4 stations - (geometry files: Silicon_Run9.root) actual configuration for RUN-9 (18.04.2025)
25 Run_5stations_2026 // 5 stations - (geometry files: Silicon_5stations_2026_detailed.root) (04.02.2026)
26};
27} // namespace BmnSiliconConfiguration
28
29#endif