You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EsbGeometry/EsbSuperFGD/EsbConfig/fgdconfig
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ number_cubes_Z=100
11
11
12
12
#magnetic field [1 kGauss = 0.1 T]
13
13
magField_X=0 #in [kG]
14
-
magField_Y=20 #in [kG]
14
+
magField_Y=10 #in [kG]
15
15
magField_Z=0 #in [kG]
16
16
17
17
#visualization
@@ -37,17 +37,20 @@ searchneighborhood=0
37
37
# setting for lower photon limit
38
38
errPhotoLimit=0
39
39
40
+
#exclude tracks below minimum track Lenght
41
+
min_track_lenght=15
42
+
40
43
# The belog settings for graph traversal
41
44
42
45
# The grad in angle is calculated as the angle between two vectors.
43
46
# 1st vector is the vector distance between 2 cubes at gradDist apart
44
47
# 2nd vector is the vector distance between 2 cubes shifter gradIntervalDist number of cubes from the 1st one
45
-
gradDist=7 # Distance in number of cubes for track to calculate the grad
46
-
gradIntervalDist=4 # Interval between two distance vectors to calculate grad
48
+
gradDist=6 # Distance in number of cubes for track to calculate the grad
49
+
gradIntervalDist=3 # Interval between two distance vectors to calculate grad
47
50
gradDiff=25 # Allowable difference between grad to consider a different track
48
51
49
52
# Calculate momentum from the segment with length 'momTrackSegment' by averaging the calculated momentum from 3 points (the 1st of the segment,
50
53
# the second and for each point in between). Since the are energy losses and the momentum decreases, take the particle momentum from as the average from the
0 commit comments