Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGLF/TableProducer/Nuspex/lnnRecoTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static const std::vector<std::string> betheBlochParNames{"p0", "p1", "p2", "p3",
static const std::vector<std::string> particleNames{"3H"};

constexpr int h3DauPdg{1000010030}; // PDG Triton
constexpr int lnnPdg{1010000030}; // PDG Lnn
constexpr int lnnPdg{1010000030}; // PDG Lnn

std::shared_ptr<TH1> hEvents;
std::shared_ptr<TH1> hZvtx;
Expand Down