CMS 3D CMS Logo

HGCalV6Topology_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(3)
9  )
10 
11 
12 HGCalHESilTopologyBuilder = cms.ESProducer("HGCalTopologyBuilder",
13  Name = cms.string("HGCalHESiliconSensitive"),
14  Type = cms.int32(4)
15  )
16