Skip to content

Commit 0e49e83

Browse files
committed
Added QA plots to daugh. particles from mother decay, signal and event loss. Fixed bug to check mother. Added isRecoMcCol variable.
1 parent f082eec commit 0e49e83

File tree

2 files changed

+183
-118
lines changed

2 files changed

+183
-118
lines changed

PWGLF/DataModel/LFLnnTables.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ DECLARE_SOA_COLUMN(GenYDecVtx, genYDecVtx, float); // Dec
7373
DECLARE_SOA_COLUMN(GenZDecVtx, genZDecVtx, float); // Decay vertex of the candidate (z direction)
7474
DECLARE_SOA_COLUMN(IsReco, isReco, bool); // bool: true for reco
7575
DECLARE_SOA_COLUMN(IsSignal, isSignal, bool); // bool: true for signal
76+
DECLARE_SOA_COLUMN(IsRecoMcCollision, isRecoMcCollision, bool); // bool: true for survived event selection
7677
DECLARE_SOA_COLUMN(SurvivedEventSelection, survivedEventSelection, bool); // bool: true for survived event selection
7778
} // namespace lnnrec
7879

@@ -116,7 +117,7 @@ DECLARE_SOA_TABLE(MCLnnCands, "AOD", "MCLNNCANDS",
116117
lnnrec::GenYDecVtx,
117118
lnnrec::GenZDecVtx,
118119
lnnrec::IsReco,
119-
lnnrec::IsSignal,
120+
lnnrec::IsSignal, lnnrec::IsRecoMcCollision,
120121
lnnrec::SurvivedEventSelection);
121122

122123
using DataLnnCand = DataLnnCands::iterator;

0 commit comments

Comments
 (0)