Skip to content

Commit

Permalink
Update test to use logical file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Govinda Stahl Leiton committed Mar 23, 2024
1 parent 8eac52f commit 21c9119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoBTag/FeatureTools/test/u0_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
)

process.source = cms.Source("PoolSource",
fileNames = cms.untracked.vstring("root://xrootd-cms.infn.it//store/hidata/HIRun2023A/HIPhysicsRawPrime0/MINIAOD/PromptReco-v2/000/375/823/00000/8158260e-df3c-45a5-a121-55345a682a23.root")
fileNames = cms.untracked.vstring("/store/hidata/HIRun2023A/HIPhysicsRawPrime0/MINIAOD/PromptReco-v2/000/375/823/00000/8158260e-df3c-45a5-a121-55345a682a23.root")
)

from Configuration.AlCa.GlobalTag import GlobalTag
Expand Down

0 comments on commit 21c9119

Please sign in to comment.