Skip to content

Commit

Permalink
revert PixelDigitizerAlgorithm.DigitalReadout to False and CellsToKil…
Browse files Browse the repository at this point in the history
…l to empty
  • Loading branch information
emiglior committed May 11, 2016
1 parent f85dfb8 commit fe4387d
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 fe4387d

Please sign in to comment.