BmnRoot
Loading...
Searching...
No Matches
BmnCSCConfiguration.h
Go to the documentation of this file.
1#ifndef BMNCSCCONFIGURATION_H
2#define BMNCSCCONFIGURATION_H
3
5{
6
8{
9 None = 0, // empty config
10 RunSpring2018, // 1 station - (geometry file: CSC_RunSpring2018.root) (BM@N RUN-7)
11 RunSRCSpring2018, // 1 station - (geometry file: CSC_RunSRCSpring2018.root) (BM@N SRC RUN-7)
12 Run8, // 4 stations - (geometry file: CSC_Run8.root)
13 RunSRC2021, // 2 stations - (geometry file: CSC_RunSRC2021.root)
14 LargeCSC_Run8, // 1 station - (geometry file: LargeCSC_Run8.root)
15 FullCSC_Run8, // 5 stations - (geometry file: FullCSC_Run8_detailed.root) (4 small CSC + 1 large CSC)
16 Run9 // 6 stations - (geometry file: CSC_Run9_detailed.root) (4 small CSC + 2 large CSC)
17};
18} // namespace BmnCSCConfiguration
19
20#endif