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 = "HGCalHESiliconSensitive",
7  types = [0, 0, 1, 1, 1, 1, 2, 2, 2],
8  layers = [1, 2, 9, 3, 4, 5, 6, 7, 8],
9  sector1 = [2, 3, 3, 4, 5, 6, 7, 8, 9],
10  sector2 = [3, 3, 3, 5, 5, 3, 8, 8, 8],
11  cell1 = [0,10,15, 8, 8,10,10,15,15],
12  cell2 = [11,7,15,15, 6, 2,15, 8,11] )
13 
14 hgcalTopologyTesterHEB = hgcalTopologyTesterEE.clone(
15  detectorName = "HGCalHEScintillatorSensitive",
16  types = [0, 0, 0, 1, 1, 1, 1, 1, 1],
17  layers = [9, 10, 11,13,14,15,16, 17, 18],
18  sector1 = [10,10, 4,14,16, 7, 8, 9, 10],
19  cell1 = [1, 10,360, 4,24,40,60,150,288] )