Skip to content

Commit

Permalink
Merge pull request #4 from Arash-Jofrehei/Phase2Digitizer_XTALK_011118
Browse files Browse the repository at this point in the history
adding xtalk to pixel digitizer algorithm
  • Loading branch information
suchandradutta authored Nov 6, 2018
2 parents 12f860b + 654bae7 commit b1d0080
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
AddNoise = cms.bool(False),
AddXTalk = cms.bool(True), #D.B.
InterstripCoupling = cms.double(0.0), #D.B. # No need to be used in PixelDigitizerAlgorithm
Odd_row_interchannelCoupling_next_row = cms.double(0.10),
Even_row_interchannelCoupling_next_row = cms.double(0.01),
Odd_column_interchannelCoupling_next_column = cms.double(0.01),
Even_column_interchannelCoupling_next_column = cms.double(0.01),
Odd_row_interchannelCoupling_next_row = cms.double(0.20),
Even_row_interchannelCoupling_next_row = cms.double(0.0),
Odd_column_interchannelCoupling_next_column = cms.double(0.0),
Even_column_interchannelCoupling_next_column = cms.double(0.0),
SigmaZero = cms.double(0.00037), #D.B.: 3.7um spread for 300um-thick sensor, renormalized in digitizerAlgo
SigmaCoeff = cms.double(1.80), #D.B.: to be confirmed with simulations in CMSSW_6.X
ClusterWidth = cms.double(3), #D.B.: this is used as number of sigmas for charge collection (3=+-3sigmas)
Expand Down

0 comments on commit b1d0080

Please sign in to comment.