Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
Regions = cms.PSet(

),
Timing = cms.untracked.bool(False),
UsePhase1 = cms.bool(False),
UsePilotBlade = cms.bool(False),
UseQualityInfo = cms.bool(False),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
Regions = cms.PSet(

),
Timing = cms.untracked.bool(False),
UsePhase1 = cms.bool(False),
UsePilotBlade = cms.bool(False),
UseQualityInfo = cms.bool(False),
Expand Down
1 change: 0 additions & 1 deletion Calibration/LumiAlCaRecoProducers/test/PCC_Random_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
Regions = cms.PSet(

),
Timing = cms.untracked.bool(False),
UsePhase1 = cms.bool(False),
UsePilotBlade = cms.bool(False),
UseQualityInfo = cms.bool(False),
Expand Down
1 change: 0 additions & 1 deletion Calibration/LumiAlCaRecoProducers/test/PCC_ZeroBias_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
Regions = cms.PSet(

),
Timing = cms.untracked.bool(False),
UsePhase1 = cms.bool(False),
UsePilotBlade = cms.bool(False),
UseQualityInfo = cms.bool(False),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
# Pixel sequence:
process.load('Configuration.StandardSequences.MagneticField_cff')
process.load('EventFilter.SiPixelRawToDigi.SiPixelRawToDigi_cfi')
process.siPixelDigis.cpu.Timing = False
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a duplicate of #33625

process.siPixelDigis.cpu.IncludeErrors = True
process.load('DQM.SiPixelMonitorRawData.SiPixelMonitorHLT_cfi')
process.SiPixelHLTSource.saveFile = False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
# Pixel RawToDigi conversion
process.load("EventFilter.SiPixelRawToDigi.SiPixelRawToDigi_cfi")
process.siPixelDigis.InputLabel = "source"
process.siPixelDigis.Timing = False
process.siPixelDigis.IncludeErrors = True

process.load("DQM.SiPixelMonitorRawData.SiPixelMonitorHLT_cfi")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
# Pixel RawToDigi conversion
process.load("EventFilter.SiPixelRawToDigi.SiPixelRawToDigi_cfi")
process.siPixelDigis.InputLabel = "source"
process.siPixelDigis.Timing = False
process.siPixelDigis.IncludeErrors = True

process.load("DQM.SiPixelMonitorRawData.SiPixelMonitorRawData_cfi")
Expand Down
1 change: 0 additions & 1 deletion EventFilter/SiPixelRawToDigi/test/runRawToDigi_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
#process.siPixelDigis.InputLabel = 'source'
#process.siPixelDigis.InputLabel = 'rawDataCollector'
process.siPixelDigis.IncludeErrors = True
process.siPixelDigis.Timing = False
#process.siPixelDigis.UseCablingTree = True

process.MessageLogger = cms.Service("MessageLogger",
Expand Down
1 change: 0 additions & 1 deletion EventFilter/SiPixelRawToDigi/test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
process.load("EventFilter.SiPixelRawToDigi.SiPixelRawToDigi_cfi")
#process.siPixelDigis.InputLabel = "rawDataCollector"
process.siPixelDigis.InputLabel = "rawDataCollector"
process.siPixelDigis.Timing = True
process.siPixelDigis.UseQualityInfo = False
process.siPixelDigis.IncludeErrors = True
process.siPixelDigis.ErrorList = [29]
Expand Down