@@ -116,7 +116,8 @@ struct HfTaskLc {
116116 ConfigurableAxis thnConfigAxisDecLength{" thnConfigAxisDecLength" , {10 , 0 , 0.05 }, " " };
117117 ConfigurableAxis thnConfigAxisCPA{" thnConfigAxisCPA" , {20 , 0.8 , 1 }, " " };
118118 ConfigurableAxis thnConfigAxisBdtScoreBkg{" thnConfigAxisBdtScoreBkg" , {1000 , 0 ., 1 .}, " " };
119- ConfigurableAxis thnConfigAxisBdtScoreSignal{" thnConfigAxisBdtScoreSignal" , {100 , 0 ., 1 .}, " " };
119+ ConfigurableAxis thnConfigAxisBdtScorePrompt{" thnConfigAxisBdtScorePrompt" , {100 , 0 ., 1 .}, " " };
120+ ConfigurableAxis thnConfigAxisBdtScoreNonPrompt{" thnConfigAxisBdtScoreNonPrompt" , {100 , 0 ., 1 .}, " " };
120121 ConfigurableAxis thnConfigAxisCanType{" thnConfigAxisCanType" , {5 , 0 ., 5 .}, " " };
121122 ConfigurableAxis thnAxisRapidity{" thnAxisRapidity" , {20 , -1 , 1 }, " Cand. rapidity bins" };
122123 ConfigurableAxis thnConfigAxisGenPtB{" thnConfigAxisGenPtB" , {1000 , 0 , 100 }, " Gen Pt B" };
@@ -278,8 +279,8 @@ struct HfTaskLc {
278279 const AxisSpec thnAxisDecLength{thnConfigAxisDecLength, " decay length (cm)" };
279280 const AxisSpec thnAxisCPA{thnConfigAxisCPA, " cosine of pointing angle" };
280281 const AxisSpec thnAxisBdtScoreLcBkg{thnConfigAxisBdtScoreBkg, " BDT bkg score (Lc)" };
281- const AxisSpec thnAxisBdtScoreLcPrompt{thnConfigAxisBdtScoreSignal , " BDT prompt score (Lc)" };
282- const AxisSpec thnAxisBdtScoreLcNonPrompt{thnConfigAxisBdtScoreSignal , " BDT non-prompt score (Lc)" };
282+ const AxisSpec thnAxisBdtScoreLcPrompt{thnConfigAxisBdtScorePrompt , " BDT prompt score (Lc)" };
283+ const AxisSpec thnAxisBdtScoreLcNonPrompt{thnConfigAxisBdtScoreNonPrompt , " BDT non-prompt score (Lc)" };
283284 const AxisSpec thnAxisCanType{thnConfigAxisCanType, " candidates type" };
284285 const AxisSpec thnAxisY{thnAxisRapidity, " rapidity" };
285286 const AxisSpec thnAxisPtB{thnConfigAxisGenPtB, " #it{p}_{T}^{B} (GeV/#it{c})" };
0 commit comments