Skip to content

Commit

Permalink
Updated the InputTags in the PPSAlCaRecoProducer tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiXOfficial committed Feb 11, 2022
1 parent c02c2a7 commit 6016617
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# track distribution plotter
process.ctppsTrackDistributionPlotter = cms.EDAnalyzer("CTPPSTrackDistributionPlotter",
tagTracks = cms.InputTag("ctppsLocalTrackLiteProducer"),
tagTracks = cms.InputTag("ctppsLocalTrackLiteProducerAlCaRecoProducer"),

rpId_45_F = cms.uint32(23),
rpId_45_N = cms.uint32(3),
Expand All @@ -26,9 +26,9 @@

# reconstruction plotter
process.ctppsProtonReconstructionPlotter = cms.EDAnalyzer("CTPPSProtonReconstructionPlotter",
tagTracks = cms.InputTag("ctppsLocalTrackLiteProducer"),
tagRecoProtonsSingleRP = cms.InputTag("ctppsProtons", "singleRP"),
tagRecoProtonsMultiRP = cms.InputTag("ctppsProtons", "multiRP"),
tagTracks = cms.InputTag("ctppsLocalTrackLiteProducerAlCaRecoProducer"),
tagRecoProtonsSingleRP = cms.InputTag("ctppsProtonsAlCaRecoProducer", "singleRP"),
tagRecoProtonsMultiRP = cms.InputTag("ctppsProtonsAlCaRecoProducer", "multiRP"),

rpId_45_F = cms.uint32(23),
rpId_45_N = cms.uint32(3),
Expand All @@ -52,7 +52,6 @@
process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff')
from Configuration.AlCa.GlobalTag import GlobalTag
process.GlobalTag = GlobalTag(process.GlobalTag, 'auto:run3_data_express')
# process.GlobalTag = GlobalTag(process.GlobalTag, 'auto:run3_data_prompt') # --> No LHCInfo, temporarily using the express GT

process.source = cms.Source( 'PoolSource',
fileNames = cms.untracked.vstring(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# track distribution plotter
process.ctppsTrackDistributionPlotter = cms.EDAnalyzer("CTPPSTrackDistributionPlotter",
tagTracks = cms.InputTag("ctppsLocalTrackLiteProducer"),
tagTracks = cms.InputTag("ctppsLocalTrackLiteProducerAlCaRecoProducer"),

rpId_45_F = cms.uint32(23),
rpId_45_N = cms.uint32(3),
Expand All @@ -26,9 +26,9 @@

# reconstruction plotter
process.ctppsProtonReconstructionPlotter = cms.EDAnalyzer("CTPPSProtonReconstructionPlotter",
tagTracks = cms.InputTag("ctppsLocalTrackLiteProducer"),
tagRecoProtonsSingleRP = cms.InputTag("ctppsProtons", "singleRP"),
tagRecoProtonsMultiRP = cms.InputTag("ctppsProtons", "multiRP"),
tagTracks = cms.InputTag("ctppsLocalTrackLiteProducerAlCaRecoProducer"),
tagRecoProtonsSingleRP = cms.InputTag("ctppsProtonsAlCaRecoProducer", "singleRP"),
tagRecoProtonsMultiRP = cms.InputTag("ctppsProtonsAlCaRecoProducer", "multiRP"),

rpId_45_F = cms.uint32(23),
rpId_45_N = cms.uint32(3),
Expand Down

0 comments on commit 6016617

Please sign in to comment.