Skip to content

Commit 51a5deb

Browse files
cnkosteralibuild
authored andcommitted
[PWGCF] Add QA plots to separate dir in AnalysisResults (AliceO2Group#12774)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent c143481 commit 51a5deb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/Flow/Tasks/flowSP.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ struct FlowSP {
177177
OutputObj<GFWWeights> fWeightsNEG{GFWWeights("weights_negative")};
178178

179179
HistogramRegistry registry{"registry"};
180-
HistogramRegistry histos{"histos", {}, OutputObjHandlingPolicy::QAObject};
180+
HistogramRegistry histos{"QAhistos", {}, OutputObjHandlingPolicy::AnalysisObject, false, true};
181181

182182
// Event selection cuts
183183
TF1* fPhiCutLow = nullptr;

0 commit comments

Comments
 (0)