|
9 | 9 | // granted to it by virtue of its status as an Intergovernmental Organization |
10 | 10 | // or submit itself to any jurisdiction. |
11 | 11 |
|
| 12 | +/// \file Vtx3BodyTables.h |
| 13 | +/// \brief Definitions of reduced tables for 3body decayed hypertriton |
| 14 | +/// \author Yuanzhe Wang <yuanzhe.wang@cern.ch> |
| 15 | +/// \author Carolina Reetz <c.reetz@cern.ch> |
| 16 | + |
12 | 17 | #ifndef PWGLF_DATAMODEL_VTX3BODYTABLES_H_ |
13 | 18 | #define PWGLF_DATAMODEL_VTX3BODYTABLES_H_ |
14 | 19 |
|
@@ -251,6 +256,7 @@ DECLARE_SOA_COLUMN(DCAXYBachelorToPV, dcaxyBachelortoPV, float); //! DCAXY of th |
251 | 256 | DECLARE_SOA_COLUMN(DCAProtonToPV, dcaProtontoPV, float); //! DCA of the proton daughter to pv |
252 | 257 | DECLARE_SOA_COLUMN(DCAPionToPV, dcaPiontoPV, float); //! DCA of the pion daughter to pv |
253 | 258 | DECLARE_SOA_COLUMN(DCABachelorToPV, dcaBachelortoPV, float); //! DCA of the bachelor daughter to pv |
| 259 | +DECLARE_SOA_COLUMN(IsBachPrimary, isbachprimary, bool); //! flag for bachelor daughter primary |
254 | 260 | // for MC |
255 | 261 | DECLARE_SOA_COLUMN(GenP, genP, float); // P of the hypertriton |
256 | 262 | DECLARE_SOA_COLUMN(GenPt, genPt, float); // pT of the hypertriton |
@@ -313,6 +319,7 @@ DECLARE_SOA_TABLE(MCHyp3BodyCands, "AOD", "MCHYP3BODYCANDS", |
313 | 319 | hyp3body::TOFNSigmaBachelor, |
314 | 320 | hyp3body::DCAXYProtonToPV, hyp3body::DCAXYPionToPV, hyp3body::DCAXYBachelorToPV, |
315 | 321 | hyp3body::DCAProtonToPV, hyp3body::DCAPionToPV, hyp3body::DCABachelorToPV, |
| 322 | + hyp3body::IsBachPrimary, |
316 | 323 | // MC information |
317 | 324 | hyp3body::GenP, |
318 | 325 | hyp3body::GenPt, |
|
0 commit comments