QwAnalysis
globals.h
Go to the documentation of this file.
1 #ifndef GLOBALS_H
2 #define GLOBALS_H
3 
4 // Maximum number of detector layers of same dir in either the front or the back
5 #define DLAYERS 4
6 
7 // Maximum number of detector layers in the tree search database
8 #define MAX_LAYERS 8
9 
10 // Maximum number of hits in one detector plane which will be considered
11 // to belong to the track, if several hits are near the line
12 #define MAXHITPERLINE 4
13 
14 #endif // GLOBALS_H