CMS 3D CMS Logo

HSParameters_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 HSParameterBlock = cms.PSet(
4  HSParameters = cms.PSet(
5  nTRsteps = cms.int32(40),
6  lossesOpt = cms.int32(0),
7  depthStep = cms.double(0.5),
8  balanceEH = cms.double(0.9),
9  eSpotSize = cms.double(0.2),
10  hcalDepthFactor = cms.double(1.1),
11  transRparam = cms.double(1.0),
12  nDepthSteps = cms.int32(10),
13  maxTRfactor = cms.double(4.0),
14  criticalHDEnergy = cms.double(3.0)
15  )
16  )
17