Skip to content

Commit 50df9b3

Browse files
jikim1290junleekim
andauthored
[PWGCF] fix duplicated histograms (#8724)
Co-authored-by: junleekim <junleekim@junleekims-MacBook-Pro-3.local>
1 parent 712ed23 commit 50df9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/JCorran/Tasks/jEPDzeroFlowAnalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ struct jEPDzeroFlowAnalysis {
197197
}
198198

199199
histos.add(Form("hist_EP_cos_Det_v2"), "", {HistType::kTHnSparseF, {massAxis, ptAxis, cosAxis, centAxis}});
200-
histos.add(Form("hist_EP_cos_Det_v2"), "", {HistType::kTHnSparseF, {massAxis, ptAxis, cosAxis, centAxis}});
200+
histos.add(Form("hist_EP_sin_Det_v2"), "", {HistType::kTHnSparseF, {massAxis, ptAxis, cosAxis, centAxis}});
201201
}
202202

203203
void processData(MyCollisions::iterator const& collision, aod::CF2ProngTracks const& p2tracks)

0 commit comments

Comments
 (0)