CMS 3D CMS Logo

hgcalTopologyTester_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 hgcalTopologyTesterHEF = hgcalTopologyTesterEE.clone(
6  detectorName = cms.string("HGCalHESiliconSensitive"),
7  types = cms.vint32(0,0,1,1,1,1,2,2,2),
8  layers = cms.vint32(1,2,9,3,4,5,6,7,8),
9  sector1 = cms.vint32(2,3,3,4,5,6,7,8,9),
10  sector2 = cms.vint32(3,3,3,5,5,3,8,8,8),
11  cell1 = cms.vint32(0,10,15,8,8,10,10,15,15),
12  cell2 = cms.vint32(11,7,15,15,6,2,15,8,11))
13 
14 hgcalTopologyTesterHEB = hgcalTopologyTesterEE.clone(
15  detectorName = cms.string("HGCalHEScintillatorSensitive"),
16  types = cms.vint32(0,0,0,1,1,1,1,1,1),
17  layers = cms.vint32(9,10,11,13,14,15,16,17,18),
18  sector1 = cms.vint32(10,10,4,14,16,7,8,9,10),
19  cell1 = cms.vint32(1,10,360,4,24,40,60,150,288))