@@ -59,7 +59,7 @@ std::shared_ptr<TH1> hCentFV0A;
5959std::shared_ptr<TH2 > hNsigma3HSel;
6060std::shared_ptr<TH2 > hdEdx3HSel;
6161std::shared_ptr<TH2 > hdEdxTot;
62- std::shared_ptr<TH1 > hLnnMassBefSel ;
62+ std::shared_ptr<TH1 > hLnnMassSel ;
6363std::shared_ptr<TH1 > hDecayChannel;
6464std::shared_ptr<TH1 > hIsMatterGen;
6565std::shared_ptr<TH1 > hIsMatterGenTwoBody;
@@ -201,7 +201,7 @@ struct lnnRecoTask {
201201 hdEdx3HSel = qaRegistry.add <TH2 >(" hdEdx3HSel" , " ;p_{TPC}/z (GeV/#it{c}); dE/dx" , HistType::kTH2F , {rigidityAxis, dEdxAxis});
202202 hdEdxTot = qaRegistry.add <TH2 >(" hdEdxTot" , " ;p_{TPC}/z (GeV/#it{c}); dE/dx" , HistType::kTH2F , {rigidityAxis, dEdxAxis});
203203 hEvents = qaRegistry.add <TH1 >(" hEvents" , " ;Events; " , HistType::kTH1D , {{2 , -0.5 , 1.5 }});
204- hLnnMassSel = qaRegistry.add <TH1 >(" hLnnMassBefSel " , " ;M (GeV/#it{c}^{2}); " , HistType::kTH1D , {{60 , 2.9 , 3.8 }});
204+ hLnnMassSel = qaRegistry.add <TH1 >(" hLnnMassSel " , " ;M (GeV/#it{c}^{2}); " , HistType::kTH1D , {{60 , 2.9 , 3.8 }});
205205
206206 hEvents->GetXaxis ()->SetBinLabel (1 , " All" );
207207 hEvents->GetXaxis ()->SetBinLabel (2 , " sel8" );
0 commit comments