19: GeoModelTool( type, name, parent )
20{
22 declareProperty(
"TCL4JawDistB1I",
m_Config.TCL4JawDistB1I=57*Gaudi::Units::mm);
23 declareProperty(
"TCL4JawDistB2I",
m_Config.TCL4JawDistB2I=57*Gaudi::Units::mm);
24 declareProperty(
"TCL5JawDistB1I",
m_Config.TCL5JawDistB1I=57*Gaudi::Units::mm);
25 declareProperty(
"TCL5JawDistB2I",
m_Config.TCL5JawDistB2I=57*Gaudi::Units::mm);
26 declareProperty(
"TCL6JawDistB1I",
m_Config.TCL6JawDistB1I=57*Gaudi::Units::mm);
27 declareProperty(
"TCL6JawDistB2I",
m_Config.TCL6JawDistB2I=57*Gaudi::Units::mm);
28 declareProperty(
"TCL4JawDistB1O",
m_Config.TCL4JawDistB1O=57*Gaudi::Units::mm);
29 declareProperty(
"TCL4JawDistB2O",
m_Config.TCL4JawDistB2O=57*Gaudi::Units::mm);
30 declareProperty(
"TCL5JawDistB1O",
m_Config.TCL5JawDistB1O=57*Gaudi::Units::mm);
31 declareProperty(
"TCL5JawDistB2O",
m_Config.TCL5JawDistB2O=57*Gaudi::Units::mm);
32 declareProperty(
"TCL6JawDistB1O",
m_Config.TCL6JawDistB1O=57*Gaudi::Units::mm);
33 declareProperty(
"TCL6JawDistB2O",
m_Config.TCL6JawDistB2O=57*Gaudi::Units::mm);
34 declareProperty(
"vp1Compatibility",
m_Config.vp1Compatibility=
false);
35 declareProperty(
"buildTCL4",
m_Config.buildTCL4=
false);
36 declareProperty(
"buildTCL6",
m_Config.buildTCL6=
false);
37 declareProperty(
"ALFAInNewPosition",
m_Config.ALFAInNewPosition=
false);
38 declareProperty(
"newPosB7L1",
m_Config.newPosB7L1=245656.77*Gaudi::Units::mm);
39 declareProperty(
"newPosB7R1",
m_Config.newPosB7R1=-245656.11*Gaudi::Units::mm);
40 declareProperty(
"posAFPL1",
m_Config.posAFPL1=204500*Gaudi::Units::mm);
41 declareProperty(
"posAFPR1",
m_Config.posAFPR1=-204500*Gaudi::Units::mm);
42 declareProperty(
"posAFPL2",
m_Config.posAFPL2=212675*Gaudi::Units::mm);
43 declareProperty(
"posAFPR2",
m_Config.posAFPR2=-212675*Gaudi::Units::mm);
44 declareProperty(
"posZDC1",
m_Config.posZDC1=141580*Gaudi::Units::mm);
45 declareProperty(
"posZDC2",
m_Config.posZDC2=-141580*Gaudi::Units::mm);
46}