Line Code
1 2 3 4 5 6 7 8 9
import FWCore.ParameterSet.Config as cms

#
# This cfi should be included to build the HFNose Geometry
#

HFNoseGeometryESProducer = cms.ESProducer("HGCalGeometryESProducer",
                                          Name = cms.untracked.string("HGCalHFNoseSensitive")
                                          )