Skip to content

Commit 7ce41d1

Browse files
author
Emil Gorm Nielsen
committed
fix acceptance path
1 parent 8a9efdb commit 7ce41d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/GenericFramework/Tasks/flowGenericFramework.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ struct FlowGenericFramework {
386386
if (!cfgRunByRun && cfg.correctionsLoaded)
387387
return;
388388
if (!cfgAcceptance.value.empty()) {
389-
std::string runstr = (cfgRunByRun) ? "RBR/" : "";
389+
std::string runstr = (cfgRunByRun) ? "RunByRun/" : "";
390390
cfg.mAcceptance.clear();
391391
if (cfgUsePID) {
392392
cfg.mAcceptance.push_back(ccdb->getForTimeStamp<GFWWeights>(cfgAcceptance.value + runstr + "ref/", timestamp));

0 commit comments

Comments
 (0)