Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:57

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 HGCAL_noise_heback = cms.PSet(
0004     doseMap = cms.string(''),
0005     noise_MIP = cms.double(0.01),
0006     referenceIdark = cms.double(-1),
0007     referenceXtalk = cms.double(-1),
0008     scaleByDose = cms.bool(False),
0009     scaleByDoseAlgo = cms.uint32(0),
0010     scaleByDoseFactor = cms.double(1),
0011     sipmMap = cms.string('')
0012 )