forked from Shyam-Uniba/Shyam-Uniba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetector_setup.h
executable file
·46 lines (29 loc) · 1.54 KB
/
detector_setup.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
//Beam pipe
#define _PROJECTION_ 0
#define _BEAMPIPE_ //comment out this line for no beam pipe
//Silicon Barrel
#define _SIBARR_ //comment out this line for no silicon barrel
//Silicon Vertex
#define _SIVTX_
//#define _EICTOYVST_
//Simplified Version
//#define _SIMPLEVST_
//Silicon Disks
#define _SIDISKS_
//support Structure
#define _ALSUPP_
//Mini-TPC
//#define _TPC_
//RICH
#define _RICH_
//MRICH
#define _MRICH_
//DIRC
#define _DIRC_
// MPGD
#define _MPGD_
//GEMS
#define _INNERGEMS_
#define _OUTERGEMS_
//Black holes to catch all hits outside of volume
#define _BLACKHOLE_