1 import FWCore.ParameterSet.Config
as cms
5 EmptySector = cms.PSet(
7 name = cms.string(
"default"),
10 subdetId = cms.vuint32(),
11 layer = cms.vuint32(),
16 petal = cms.vuint32(),
17 blade = cms.vuint32(),
18 panel = cms.vuint32(),
19 outerInner = cms.vuint32(),
20 module = cms.vuint32(),
21 nStrips = cms.vuint32(),
22 isDoubleSide = cms.vuint32(),
23 isRPhi = cms.vuint32(),
24 isStereo = cms.vuint32(),
25 uDirection = cms.vint32(),
26 vDirection = cms.vint32(),
27 wDirection = cms.vint32(),
29 posPhi = cms.vdouble(),
30 posEta = cms.vdouble(),