8def ALFA_DetectorToolCfg(flags, name="ALFA_DetectorTool", **kwargs):
9 result = ComponentAccumulator()
10 theALFA_DetectorTool = CompFactory.ALFA_DetectorTool(name="ALFA_DetectorTool")
11 theALFA_DetectorTool.MetrologyType=3
12 theALFA_DetectorTool.B7L1U_MDGeometryType = 2
13 theALFA_DetectorTool.B7L1U_ODGeometryType = 2
14 theALFA_DetectorTool.B7L1L_MDGeometryType = 2
15 theALFA_DetectorTool.B7L1L_ODGeometryType = 2
16 theALFA_DetectorTool.A7L1U_MDGeometryType = 2
17 theALFA_DetectorTool.A7L1U_ODGeometryType = 2
18 theALFA_DetectorTool.A7L1L_MDGeometryType = 2
19 theALFA_DetectorTool.A7L1L_ODGeometryType = 2
20 theALFA_DetectorTool.A7R1U_MDGeometryType = 2
21 theALFA_DetectorTool.A7R1U_ODGeometryType = 2
22 theALFA_DetectorTool.A7R1L_MDGeometryType = 2
23 theALFA_DetectorTool.A7R1L_ODGeometryType = 2
24 theALFA_DetectorTool.B7R1U_MDGeometryType = 2
25 theALFA_DetectorTool.B7R1U_ODGeometryType = 2
26 theALFA_DetectorTool.B7R1L_MDGeometryType = 2
27 theALFA_DetectorTool.B7R1L_ODGeometryType = 2
28 result.merge(addFoldersSplitOnline(flags,'FWD','/FWD/Onl/ALFA/position_calibration','/FWD/ALFA/position_calibration'))
29 result.setPrivateTools(theALFA_DetectorTool)
30 return result
31
32