Skip to content

Commit 2e2ed3a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)