Skip to content

Commit c1c409d

Browse files
committed
[PWGEM,PWGEM-36] Update EMCal flow task to use TProfile3D
- Fix missing removal of `thnAxisScalarProd` for `hSparseFlow`
1 parent e3b7081 commit c1c409d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/PhotonMeson/Tasks/taskPi0FlowEMC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ struct TaskPi0FlowEMC {
448448
}
449449

450450
if (cfgDoM02.value) {
451-
registry.add("hSparseFlow", "THn for SP", HistType::kTHnSparseF, {thnAxisM02, thnAxisPt, thnAxisCent, thnAxisScalarProd});
451+
registry.add("hSparseFlow", "THn for SP", HistType::kTHnSparseF, {thnAxisM02, thnAxisPt, thnAxisCent});
452452
}
453453

454454
ccdb->setURL(ccdbUrl);

0 commit comments

Comments
 (0)