29def PostIncludeParametrizationInputSim_1mm(flags, cfg):
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70 stepInfoSDTool = cfg.getPublicTool("SensitiveDetectorMasterTool").SensitiveDetectors['FCS_StepInfoSensitiveDetector']
71 stepInfoSDTool.shift_lar_subhit=True
72 stepInfoSDTool.shorten_lar_step=True
73
74 stepInfoSDTool.maxRadiusLateral = [ 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5]
75 stepInfoSDTool.maxRadiusLongitudinal = [11.0, 5.0, 31.0, 5.0, 5.0, 7.0, 32.0, 9.0, 35.0, 67.0, 62.0, 58.0, 38.0, 49.0, 48.0, 56.0, 48.0, 5.0, 38.0, 68.0, 85.0, 56.0, 55.0, 55.0]
76
77 stepInfoSDTool.maxTime=25.
78 stepInfoSDTool.maxTimeTile=100.