Skip to content

Commit 9264492

Browse files
authored
Add files via upload
1 parent 124b60e commit 9264492

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

PWGCF/Flow/Tasks/flowGFWOmegaXi.cxx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ struct FlowGFWOmegaXi {
9090
O2_DEFINE_CONFIGURABLE(cfgNSigmaCascKaon, float, 3, "NSigmaCascKaon")
9191
O2_DEFINE_CONFIGURABLE(cfgOutputNUAWeights, bool, true, "Fill and output NUA weights")
9292
O2_DEFINE_CONFIGURABLE(cfgAcceptancePath, std::vector<std::string>, (std::vector<std::string>{"Users/f/fcui/NUA/NUAREFPartical", "Users/f/fcui/NUA/NUAK0s", "Users/f/fcui/NUA/NUALambda", "Users/f/fcui/NUA/NUAXi", "Users/f/fcui/NUA/NUAOmega"}), "CCDB path to acceptance object")
93-
O2_DEFINE_CONFIGURABLE(cfgEfficiencyPath, std::vector<std::string>, (std::vector<std::string>{"NUEREF"}), "CCDB path to efficiency object")
93+
O2_DEFINE_CONFIGURABLE(cfgEfficiencyPath, std::vector<std::string>, (std::vector<std::string>{"PathtoRef"}), "CCDB path to efficiency object")
9494

9595
ConfigurableAxis cfgaxisVertex{"axisVertex", {20, -10, 10}, "vertex axis for histograms"};
9696
ConfigurableAxis cfgaxisPhi{"axisPhi", {60, 0.0, constants::math::TwoPI}, "phi axis for histograms"};
@@ -319,7 +319,6 @@ struct FlowGFWOmegaXi {
319319
fWeightsOmega->SetPtBins(nPtBins, &(axisPt.binEdges)[0]);
320320
fWeightsOmega->Init(true, false);
321321
}
322-
323322
}
324323

325324
template <char... chars>
@@ -416,9 +415,9 @@ struct FlowGFWOmegaXi {
416415
mAcceptance.push_back(ccdb->getForTimeStamp<GFWWeights>(cfgAcceptance[i], timestamp));
417416
}
418417
if (mEfficiency.size() == 5)
418+
LOGF(info, "Loaded efficiency histogram");
419+
else
419420
LOGF(fatal, "Could not load efficiency histogram");
420-
421-
LOGF(info, "Loaded efficiency histogram");
422421
}
423422
correctionsLoaded = true;
424423
}

0 commit comments

Comments
 (0)