@@ -152,6 +152,8 @@ struct HfTaskDirectedFlowCharmHadrons {
152152 registry.add (" hpQytQypvscent" , " hpQytQypvscent" , HistType::kTHnSparseF , {thnAxisCent, thnAxisScalarProd}, true );
153153 registry.add (" hpQxtQypvscent" , " hpQxtQypvscent" , HistType::kTHnSparseF , {thnAxisCent, thnAxisScalarProd}, true );
154154 registry.add (" hpQxpQytvscent" , " hpQxpQytvscent" , HistType::kTHnSparseF , {thnAxisCent, thnAxisScalarProd}, true );
155+ registry.add (" hpQxtQxpvscentpteta" , " hpQxtQxpvscentpteta" , HistType::kTHnSparseF , axes, true );
156+ registry.add (" hpQytQypvscentpteta" , " hpQytQypvscentpteta" , HistType::kTHnSparseF , axes, true );
155157 registry.add (" hpuxQxpvscentpteta" , " hpuxQxpvscentpteta" , HistType::kTHnSparseF , axes, true );
156158 registry.add (" hpuyQypvscentpteta" , " hpuyQypvscentpteta" , HistType::kTHnSparseF , axes, true );
157159 registry.add (" hpuxQxtvscentpteta" , " hpuxQxtvscentpteta" , HistType::kTHnSparseF , axes, true );
@@ -336,6 +338,8 @@ struct HfTaskDirectedFlowCharmHadrons {
336338 registry.fill (HIST (" hpuyQypvscentpteta" ), massCand, cent, ptCand, etaCand, uyQyp, sign, outputMl[0 ], outputMl[1 ]);
337339 registry.fill (HIST (" hpuxQxtvscentpteta" ), massCand, cent, ptCand, etaCand, uxQxt, sign, outputMl[0 ], outputMl[1 ]);
338340 registry.fill (HIST (" hpuyQytvscentpteta" ), massCand, cent, ptCand, etaCand, uyQyt, sign, outputMl[0 ], outputMl[1 ]);
341+ registry.fill (HIST (" hpQxtQxpvscentpteta" ), massCand, cent, ptCand, etaCand, qxtQxp, sign, outputMl[0 ], outputMl[1 ]);
342+ registry.fill (HIST (" hpQytQypvscentpteta" ), massCand, cent, ptCand, etaCand, qytQyp, sign, outputMl[0 ], outputMl[1 ]);
339343
340344 registry.fill (HIST (" hpuxvscentpteta" ), massCand, cent, ptCand, etaCand, ux, sign, outputMl[0 ], outputMl[1 ]);
341345 registry.fill (HIST (" hpuyvscentpteta" ), massCand, cent, ptCand, etaCand, uy, sign, outputMl[0 ], outputMl[1 ]);
0 commit comments