1 import FWCore.ParameterSet.Config
as cms
11 Fpix = EmptySector.clone(
26 FpixMinus = Fpix.clone(
30 FpixPlus = Fpix.clone(
35 FPIXSideSeparation = cms.VPSet(
46 FpixMinusLayer1 = FpixMinus.clone(
47 name =
'FpixMinusLayer1',
50 FpixMinusLayer2 = FpixMinus.clone(
51 name =
'FpixMinusLayer2',
54 FpixMinusLayer3 = FpixMinus.clone(
55 name =
'FpixMinusLayer3',
58 FpixPlusLayer1 = FpixPlus.clone(
59 name =
'FpixPlusLayer1',
62 FpixPlusLayer2 = FpixPlus.clone(
63 name =
'FpixPlusLayer2',
66 FpixPlusLayer3 = FpixPlus.clone(
67 name =
'FpixPlusLayer3',
71 FPIXSideAndLayerSeparation = cms.VPSet(
86 FpixMinusLayer1Out = FpixMinusLayer1.clone(
87 name =
'FpixMinusLayer1Out',
90 FpixMinusLayer1In = FpixMinusLayer1.clone(
91 name =
'FpixMinusLayer1In',
94 FpixMinusLayer2Out = FpixMinusLayer2.clone(
95 name =
'FpixMinusLayer2Out',
98 FpixMinusLayer2In = FpixMinusLayer2.clone(
99 name =
'FpixMinusLayer2In',
102 FpixMinusLayer3Out = FpixMinusLayer3.clone(
103 name =
'FpixMinusLayer3Out',
106 FpixMinusLayer3In = FpixMinusLayer3.clone(
107 name =
'FpixMinusLayer3In',
110 FpixPlusLayer1Out = FpixPlusLayer1.clone(
111 name =
'FpixPlusLayer1Out',
114 FpixPlusLayer1In = FpixPlusLayer1.clone(
115 name =
'FpixPlusLayer1In',
118 FpixPlusLayer2Out = FpixPlusLayer2.clone(
119 name =
'FpixPlusLayer2Out',
122 FpixPlusLayer2In = FpixPlusLayer2.clone(
123 name =
'FpixPlusLayer2In',
126 FpixPlusLayer3Out = FpixPlusLayer3.clone(
127 name =
'FpixPlusLayer3Out',
130 FpixPlusLayer3In = FpixPlusLayer3.clone(
131 name =
'FpixPlusLayer3In',
135 FPIXSideAndLayerAndOrientationSeparation = cms.VPSet(