Skip to content

Commit

Permalink
Merge pull request #1021 from abdoulline/HO_post-LS1
Browse files Browse the repository at this point in the history
post-LS1 all-SiPMs HO digitization
  • Loading branch information
nclopezo committed Oct 14, 2013
2 parents d3603f1 + 40faa5e commit 265c27b
Showing 1 changed file with 3 additions and 4 deletions.
Expand Up @@ -33,9 +33,7 @@
firstRing = cms.int32(1),
binOfMaximum = cms.int32(5),
doPhotoStatistics = cms.bool(True),
photoelectronsToAnalog = cms.vdouble(0.24, 0.24, 0.24, 0.24,
0.17, 0.17, 0.17, 0.17, 0.17, 0.17,
0.17, 0.17, 0.17, 0.17, 0.17),
photoelectronsToAnalog = cms.vdouble(cms.vdouble([4.0]*16)),
simHitToPhotoelectrons = cms.double(4000.0), # is not actually used
samplingFactors = cms.vdouble(231.0, 231.0, 231.0, 231.0,
360.0, 360.0, 360.0, 360.0, 360.0, 360.0,
Expand All @@ -44,7 +42,8 @@
timePhase = cms.double(5.0),
timeSmearing = cms.bool(False),
# 0 is HPD, 1 is SiPM, 2 fetches HPD/Zecotek/Hamamatsufrom DB
siPMCode = cms.int32(2)
siPMCode = cms.int32(1),
pixels = cms.int32(2500)
),
hb = cms.PSet(
readoutFrameSize = cms.int32(10),
Expand Down

0 comments on commit 265c27b

Please sign in to comment.