Skip to content

Commit

Permalink
Merge pull request #38673 from malbouis/alca-PPSrenaming-125X
Browse files Browse the repository at this point in the history
Rename PPS Diamond Sampic PCL path and task
  • Loading branch information
cmsbuild authored Jul 11, 2022
2 parents f0eca44 + 856b169 commit 2b29454
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

OutALCARECOPromptCalibProdPPSDiamondSampic_noDrop = cms.PSet(
SelectEvents = cms.untracked.PSet(
SelectEvents = cms.vstring('pathALCARECOPromptCalibProdPPSDiamondSampicTiming')
SelectEvents = cms.vstring('pathALCARECOPromptCalibProdPPSDiamondSampic')
),
outputCommands = cms.untracked.vstring(
'keep *_MEtoEDMConvertPPSDiamondSampicTimingCalib_*_*',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
PPSDiamondSampicTimingCalibrationPCLWorker.totemTimingRecHitTags=cms.VInputTag(cms.InputTag("totemTimingRecHitsAlCaRecoProducer"),
cms.InputTag("totemTimingRecHits"))

taskALCARECOPromptCalibProdPPSDiamondSampicTimingCalib = cms.Task(
taskALCARECOPromptCalibProdPPSDiamondSampic = cms.Task(
PPSDiamondSampicTimingCalibrationPCLWorker,
MEtoEDMConvertPPSDiamondSampicTimingCalib
)
4 changes: 2 additions & 2 deletions Configuration/StandardSequences/python/AlCaRecoStreams_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
pathALCARECOMuAlOverlapsGeneralTracks = cms.Path(seqALCARECOMuAlOverlapsGeneralTracks)
pathALCARECORpcCalHLT = cms.Path(seqALCARECORpcCalHLT)
pathALCARECOPromptCalibProdPPSTimingCalib = cms.Path(taskALCARECOPromptCalibProdPPSTimingCalib)
pathALCARECOPromptCalibProdPPSDiamondSampicTimingCalib = cms.Path(taskALCARECOPromptCalibProdPPSDiamondSampicTimingCalib)
pathALCARECOPromptCalibProdPPSDiamondSampic = cms.Path(taskALCARECOPromptCalibProdPPSDiamondSampic)
pathALCARECOPromptCalibProdPPSAlignment = cms.Path(taskALCARECOPromptCalibProdPPSAlignment)
pathALCARECOPPSCalMaxTracks = cms.Path(seqALCARECOPPSCalMaxTracksReco)
pathALCARECOTkAlBeamHalo = cms.Path(seqALCARECOTkAlBeamHalo*ALCARECOTkAlBeamHaloDQM)
Expand Down Expand Up @@ -941,7 +941,7 @@
ALCARECOStreamPromptCalibProdPPSDiamondSampic = cms.FilteredStream(
responsible = 'Christopher Misan',
name = 'ALCARECOStreamPromptCalibProdPPSDiamondSampic',
paths = (pathALCARECOPromptCalibProdPPSDiamondSampicTimingCalib),
paths = (pathALCARECOPromptCalibProdPPSDiamondSampic),
content = OutALCARECOPromptCalibProdPPSDiamondSampic.outputCommands,
selectEvents = OutALCARECOPromptCalibProdPPSDiamondSampic.SelectEvents,
dataTier = cms.untracked.string('ALCARECO')
Expand Down

0 comments on commit 2b29454

Please sign in to comment.