CMS 3D CMS Logo

HGCalTopology_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # This cfi should be included to build the HGCal Topologies
5 #
6 HGCalEETopologyBuilder = cms.ESProducer("HGCalTopologyBuilder",
7  Name = cms.string("HGCalEESensitive"),
8  Type = cms.int32(8)
9  )
10 
11 
12 HGCalHESilTopologyBuilder = cms.ESProducer("HGCalTopologyBuilder",
13  Name = cms.string("HGCalHESiliconSensitive"),
14  Type = cms.int32(9)
15  )
16 
17 
18 HGCalHESciTopologyBuilder = cms.ESProducer("HGCalTopologyBuilder",
19  Name = cms.string("HGCalHEScintillatorSensitive"),
20  Type = cms.int32(10)
21  )
22