Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 HSParameterBlock = cms.PSet(
00004 HSParameters = cms.PSet(
00005 nTRsteps = cms.int32(40),
00006 lossesOpt = cms.int32(0),
00007 depthStep = cms.double(0.5),
00008 balanceEH = cms.double(0.9),
00009 eSpotSize = cms.double(0.2),
00010 hcalDepthFactor = cms.double(1.1),
00011 transRparam = cms.double(1.0),
00012 nDepthSteps = cms.int32(10),
00013 maxTRfactor = cms.double(4.0),
00014 criticalHDEnergy = cms.double(3.0)
00015 )
00016 )
00017