CMS 3D CMS Logo

HFNoseDigiValidation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 hfnoseDigiValidation = hgcalDigiValidationEE.clone(
6  DetectorName = cms.string("HGCalHFNoseSensitive"),
7  DigiSource = cms.InputTag("hgcalDigis","HFNoseDigis"))
8