CMS 3D CMS Logo

digiValidation_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 hgcalDigiValidationHEF = hgcalDigiValidationEE.clone(
6  DetectorName = cms.string("HGCalHESiliconSensitive"),
7  DigiSource = cms.InputTag("hgcalDigis","HEfront"))
8 
9 hgcalDigiValidationHEB = hgcalDigiValidationEE.clone(
10  DetectorName = cms.string("HCal"),
11  DigiSource = cms.InputTag("hgcalDigis","HEback"))
12 
13 from Configuration.Eras.Modifier_phase2_hgcalV9_cff import phase2_hgcalV9
14 phase2_hgcalV9.toModify(hgcalDigiValidationHEB, DetectorName = cms.string("HGCalHEScintillatorSensitive"))