@@ -549,8 +549,8 @@ struct TaskPolarisationCharmHadrons {
549549 }
550550 }
551551 if (activateTHnSparseCosThStarRandom) {
552- registry.add (" hGenPartRecoPromptRandom " , " THn for polarisation studies with cosThStar w.r.t. random axis -- gen prompt signal" , HistType::kTHnSparseF , {thnAxisPt, thnAxisNumPvContributors, thnAxisY, thnAxisCosThetaStarRandom, thnAxisDausAcc, thnAxisResoChannelLc, thnAxisCharge});
553- registry.add (" hGenPartRecoNonPromptRandom " , " THn for polarisation studies with cosThStar w.r.t. random axis -- gen non-prompt signal" , HistType::kTHnSparseF , {thnAxisPt, thnAxisNumPvContributors, thnAxisY, thnAxisCosThetaStarRandom, thnAxisPtB, thnAxisDausAcc, thnAxisResoChannelLc, thnAxisCharge});
552+ registry.add (" hGenPromptRandom " , " THn for polarisation studies with cosThStar w.r.t. random axis -- gen prompt signal" , HistType::kTHnSparseF , {thnAxisPt, thnAxisNumPvContributors, thnAxisY, thnAxisCosThetaStarRandom, thnAxisDausAcc, thnAxisResoChannelLc, thnAxisCharge});
553+ registry.add (" hGenNonPromptRandom " , " THn for polarisation studies with cosThStar w.r.t. random axis -- gen non-prompt signal" , HistType::kTHnSparseF , {thnAxisPt, thnAxisNumPvContributors, thnAxisY, thnAxisCosThetaStarRandom, thnAxisPtB, thnAxisDausAcc, thnAxisResoChannelLc, thnAxisCharge});
554554 if (activatePartRecoDstar && (doprocessDstarMc || doprocessDstarMcWithMl)) {
555555 registry.add (" hGenPartRecoPromptRandom" , " THn for polarisation studies with cosThStar w.r.t. random axis -- gen partly reco prompt signal" , HistType::kTHnSparseF , {thnAxisPt, thnAxisNumPvContributors, thnAxisY, thnAxisCosThetaStarRandom, thnAxisDausAcc, thnAxisResoChannelLc, thnAxisCharge});
556556 registry.add (" hGenPartRecoNonPromptRandom" , " THn for polarisation studies with cosThStar w.r.t. random axis -- gen partly reco non-prompt signal" , HistType::kTHnSparseF , {thnAxisPt, thnAxisNumPvContributors, thnAxisY, thnAxisCosThetaStarRandom, thnAxisPtB, thnAxisDausAcc, thnAxisResoChannelLc, thnAxisCharge});
0 commit comments