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 )
13 
14 from Configuration.ProcessModifiers.dd4hep_cff import dd4hep
15 
16 dd4hep.toModify(hfnoseParametersInitialize,
17  fromDD4Hep = cms.bool(True)
18 )
19 
hgcalEEParametersInitialize_cfi