Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:13

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 ECALScaleBlock = cms.PSet(
0004     ECALResponseScaling = cms.PSet(
0005         fileName = cms.untracked.string("FastSimulation/Calorimetry/data/scaleECALFastsim.root"),
0006         histogramName = cms.untracked.string("scaleVsEVsEta"),
0007         interpolate3D = cms.untracked.bool(False)
0008     )
0009 )
0010 
0011 
0012