Skip to content

Commit 4a9f9a8

Browse files
committed
hLnnMassSel correction
1 parent b29efb7 commit 4a9f9a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/TableProducer/Nuspex/lnnRecoTask.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ std::shared_ptr<TH1> hCentFV0A;
5959
std::shared_ptr<TH2> hNsigma3HSel;
6060
std::shared_ptr<TH2> hdEdx3HSel;
6161
std::shared_ptr<TH2> hdEdxTot;
62-
std::shared_ptr<TH1> hLnnMassBefSel;
62+
std::shared_ptr<TH1> hLnnMassSel;
6363
std::shared_ptr<TH1> hDecayChannel;
6464
std::shared_ptr<TH1> hIsMatterGen;
6565
std::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

Comments
 (0)