|
23 | 23 | #ifndef PWGHF_D2H_DATAMODEL_REDUCEDDATAMODEL_H_ |
24 | 24 | #define PWGHF_D2H_DATAMODEL_REDUCEDDATAMODEL_H_ |
25 | 25 |
|
| 26 | +#include <array> |
| 27 | +#include <cstdint> |
| 28 | + |
| 29 | +#include "CommonConstants/PhysicsConstants.h" |
26 | 30 | #include "Framework/AnalysisDataModel.h" |
27 | 31 | #include "Framework/ASoA.h" |
28 | | -#include "ReconstructionDataFormats/Track.h" |
29 | | -#include "ReconstructionDataFormats/Vertex.h" |
30 | 32 |
|
31 | 33 | #include "Common/Core/RecoDecay.h" |
32 | | -#include "Common/DataModel/PIDResponse.h" |
| 34 | +#include "Common/DataModel/Centrality.h" |
| 35 | +#include "Common/DataModel/EventSelection.h" |
| 36 | +#include "Common/DataModel/PIDResponseTOF.h" |
| 37 | +#include "Common/DataModel/PIDResponseTPC.h" |
| 38 | +#include "Common/DataModel/Qvectors.h" |
33 | 39 |
|
34 | 40 | #include "PWGHF/DataModel/CandidateReconstructionTables.h" |
35 | 41 | #include "PWGHF/Utils/utilsPid.h" |
@@ -506,11 +512,11 @@ using HfRedCandBs = soa::Join<HfCandBsExt, HfRedBsProngs>; |
506 | 512 |
|
507 | 513 | namespace hf_cand_lb_reduced |
508 | 514 | { |
509 | | -DECLARE_SOA_INDEX_COLUMN_FULL(Prong0, prong0, int, HfRed3Prongs, "_0"); //! Prong0 index |
510 | | -DECLARE_SOA_INDEX_COLUMN_FULL(Prong1, prong1, int, HfRedTrackBases, "_1"); //! Prong1 index |
511 | | -DECLARE_SOA_COLUMN(Prong0MlScoreBkg, prong0MlScoreBkg, float); //! Bkg ML score of the Lc daughter |
512 | | -DECLARE_SOA_COLUMN(Prong0MlScorePrompt, prong0MlScorePrompt, float); //! Prompt ML score of the Lc daughter |
513 | | -DECLARE_SOA_COLUMN(Prong0MlScoreNonprompt, prong0MlScoreNonprompt, float); //! Nonprompt ML score of the Lc daughter |
| 515 | +DECLARE_SOA_INDEX_COLUMN_FULL(Prong0, prong0, int, HfRed3Prongs, "_0"); //! Prong0 index |
| 516 | +DECLARE_SOA_INDEX_COLUMN_FULL(Prong1, prong1, int, HfRedTrackBases, "_1"); //! Prong1 index |
| 517 | +DECLARE_SOA_COLUMN(Prong0MlScoreBkg, prong0MlScoreBkg, float); //! Bkg ML score of the Lc daughter |
| 518 | +DECLARE_SOA_COLUMN(Prong0MlScorePrompt, prong0MlScorePrompt, float); //! Prompt ML score of the Lc daughter |
| 519 | +DECLARE_SOA_COLUMN(Prong0MlScoreNonprompt, prong0MlScoreNonprompt, float); //! Nonprompt ML score of the Lc daughter |
514 | 520 | } // namespace hf_cand_lb_reduced |
515 | 521 |
|
516 | 522 | DECLARE_SOA_TABLE(HfRedLbProngs, "AOD", "HFREDLBPRONG", //! Table with Lb daughter indices |
|
0 commit comments