CMS 3D CMS Logo

hfnoseParametersInitialization_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 
6 hfnoseParametersInitialize = hgcalEEParametersInitialize.clone(
7  name = cms.string("HGCalHFNoseSensitive"),
8  name2 = cms.string("HFNoseEE"),
9  nameW = cms.string("HFNoseWafer"),
10  nameC = cms.string("HFNoseCell"),
11  nameT = cms.string("HFNose"),
12  nameX = cms.string("HGCalHFNoseSensitive"),
13 )
14 
15 from Configuration.ProcessModifiers.dd4hep_cff import dd4hep
16 
17 dd4hep.toModify(hfnoseParametersInitialize,
18  fromDD4hep = cms.bool(True)
19 )
20