Skip to content

Commit

Permalink
Merge pull request #14468 from emiglior/phase2TrackerDigitizer_cmssw_81X
Browse files Browse the repository at this point in the history
revert PixelDigitizerAlgorithm.DigitalReadout to False and CellsToKil…
  • Loading branch information
cmsbuild committed May 12, 2016
2 parents b1765c6 + fe4387d commit 6d293b3
Showing 1 changed file with 2 additions and 6 deletions.
Expand Up @@ -28,7 +28,7 @@
ThresholdSmearing_Barrel = cms.double(245.0),
ThresholdSmearing_Endcap = cms.double(210.0),
NoiseInElectrons = cms.double(175.0),
DigitalReadout = cms.bool(True), # Flag to decide analog or digital readout
DigitalReadout = cms.bool(False), # Flag to decide analog or digital readout
TofUpperCut = cms.double(12.5),
TofLowerCut = cms.double(-12.5),
AddNoisyPixels = cms.bool(True),
Expand All @@ -50,11 +50,7 @@
EfficiencyFactors_Barrel = cms.vdouble(0.999, 0.999, 0.999, 0.999, 0.999, 0.999, 0.999, 0.999, 0.999, 0.999 ),
EfficiencyFactors_Endcap = cms.vdouble(0.999, 0.999, 0.999, 0.999, 0.999, 0.999, 0.999, 0.999, 0.999, 0.999, 0.999, 0.999, 0.999, 0.999,
0.999, 0.999 ),#Efficiencies kept as Side2Disk1,Side1Disk1 and so on
CellsToKill = cms.VPSet(cms.PSet(row = cms.int32(39),col = cms.int32(26)),
cms.PSet(row = cms.int32(40),col = cms.int32(26)),
cms.PSet(row = cms.int32(80),col = cms.int32(26)),
cms.PSet(row = cms.int32(119),col = cms.int32(26)),
cms.PSet(row = cms.int32(120),col = cms.int32(26)))
CellsToKill = cms.VPSet()
),
#Pixel in PS Module
PSPDigitizerAlgorithm = cms.PSet(
Expand Down

0 comments on commit 6d293b3

Please sign in to comment.