CMS 3D CMS Logo

hgcalTestNeighbor_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 hgcalHEFTestNeighbor = hgcalEETestNeighbor.clone(
6  detector = cms.string("HGCalHESiliconSensitive"))
7 
8 hgcalHEBTestNeighbor = hgcalEETestNeighbor.clone(
9  detector = cms.string("HCal"))
10 
11 from Configuration.Eras.Modifier_phase2_hgcalV9_cff import phase2_hgcalV9
12 
13 phase2_hgcalV9.toModify(hgcalHEBTestNeighbor,
14  detector = cms.string("HGCalHEScintillatorSensitive")
15  )