CMS 3D CMS Logo

hgcHitValidation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 from Configuration.Eras.Modifier_phase2_hgcalV9_cff import phase2_hgcalV9
6 
7 phase2_hgcalV9.toModify(hgcHitAnalysis,
8  geometrySource = cms.untracked.vstring("HGCalEESensitive",
9  "HGCalHESiliconSensitive",
10  "HGCalHEScintillatorSensitive"),
11  bhSimHitSource = cms.InputTag("g4SimHits","HGCHitsHEback"),
12 )