File indexing completed on 2023-03-17 13:02:31
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from Geometry.CaloTopology.hgcalTopologyTesterEE_cfi import *
0004
0005 hgcalTopologyTesterHEF = hgcalTopologyTesterEE.clone(
0006 detectorName = "HGCalHESiliconSensitive",
0007 types = [0, 0, 1, 1, 1, 1, 2, 2, 2],
0008 layers = [1, 2, 9, 3, 4, 5, 6, 7, 8],
0009 sector1 = [2, 3, 3, 4, 5, 6, 7, 8, 9],
0010 sector2 = [3, 3, 3, 5, 5, 3, 8, 8, 8],
0011 cell1 = [0,10,15, 8, 8,10,10,15,15],
0012 cell2 = [11,7,15,15, 6, 2,15, 8,11] )
0013
0014 hgcalTopologyTesterHEB = hgcalTopologyTesterEE.clone(
0015 detectorName = "HGCalHEScintillatorSensitive",
0016 types = [0, 0, 0, 1, 1, 1, 1, 1, 1],
0017 layers = [9, 10, 11,13,14,15,16, 17, 18],
0018 sector1 = [10,10, 4,14,16, 7, 8, 9, 10],
0019 cell1 = [1, 10,360, 4,24,40,60,150,288] )