CMS 3D CMS Logo

hgcalBHValidation_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(hgcalBHAnalysis,
8  GeometryType = cms.untracked.int32(1),
9  HitCollection = cms.untracked.string("HGCHitsHEback"),
10 )