Skip to content

Commit 135ace8

Browse files
committed
[PWGLF] enable reweighting for analysis in jet
1 parent 1eb2a99 commit 135ace8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ struct AntinucleiInJets {
204204
}
205205

206206
// Load reweighting histograms from CCDB if antinuclei efficiency processing is enabled
207-
if (doprocessAntinucleiEfficiency) {
207+
if (doprocessAntinucleiEfficiency || doprocessJetsMCgen || doprocessJetsMCrec) {
208208
ccdb->setURL(urlToCcdb.value);
209209
ccdb->setCaching(true);
210210
ccdb->setLocalObjectValidityChecking();

0 commit comments

Comments
 (0)