|
19 | 19 | #include "Common/DataModel/EventSelection.h" |
20 | 20 | #include "Common/DataModel/TrackSelectionTables.h" |
21 | 21 |
|
22 | | -#include <Framework/AnalysisDataModel.h> |
23 | 22 | #include <Framework/ASoA.h> |
| 23 | +#include <Framework/AnalysisDataModel.h> |
24 | 24 |
|
25 | 25 | #include <sys/types.h> |
| 26 | + |
26 | 27 | #include <cstdint> |
27 | 28 | #include <limits> |
28 | 29 | #include <string> |
@@ -435,29 +436,29 @@ DECLARE_SOA_TABLE(D0CalibTracks, "AOD", "D0CALIBTRACK", |
435 | 436 |
|
436 | 437 | namespace hf_calib |
437 | 438 | { |
438 | | -DECLARE_SOA_INDEX_COLUMN_FULL(TrackPos, trackPos, int, D0CalibTracks, "_Pos"); //! Index of positive track |
439 | | -DECLARE_SOA_INDEX_COLUMN_FULL(TrackNeg, trackNeg, int, D0CalibTracks, "_Neg"); //! Index of negative track |
440 | | -DECLARE_SOA_COLUMN(MassHypo, massHypo, uint8_t); //! mass hypothesis for D0 (D0, D0bar, or both) |
441 | | -DECLARE_SOA_COLUMN(Pt, pt, float); //! D0-candidate pT |
442 | | -DECLARE_SOA_COLUMN(Eta, eta, float); //! D0-candidate eta |
443 | | -DECLARE_SOA_COLUMN(Phi, phi, float); //! D0-candidate phi |
444 | | -DECLARE_SOA_COLUMN(InvMassD0, invMassD0, float); //! invariant mass (D0 hypothesis) |
445 | | -DECLARE_SOA_COLUMN(InvMassD0bar, invMassD0bar, float); //! invariant mass (D0bar hypothesis) |
446 | | -DECLARE_SOA_COLUMN(DecLength, decLength, uint8_t); //! compressed decay length |
447 | | -DECLARE_SOA_COLUMN(DecLengthXY, decLengthXY, uint8_t); //! compressed decay length XY |
448 | | -DECLARE_SOA_COLUMN(NormDecLength, normDecLength, uint8_t); //! compressed normalised decay length |
449 | | -DECLARE_SOA_COLUMN(NormDecLengthXY, normDecLengthXY, uint8_t); //! compressed normalised decay length XY |
450 | | -DECLARE_SOA_COLUMN(CosPa, cosPa, uint8_t); //! compressed cosine of pointing angle |
451 | | -DECLARE_SOA_COLUMN(CosPaXY, cosPaXY, uint8_t); //! compressed cosine of pointing angle XY |
452 | | -DECLARE_SOA_COLUMN(PointingAngle, pointingAngle, uint8_t); //! compressed pointing angle |
453 | | -DECLARE_SOA_COLUMN(PointingAngleXY, pointingAngleXY, uint8_t); //! compressed pointing angle XY |
454 | | -DECLARE_SOA_COLUMN(DecVtxChi2, decVtxChi2, uint8_t); //! compressed decay vertex chi2 |
455 | | -DECLARE_SOA_COLUMN(BdtScoreBkgD0, bdtScoreBkgD0, uint16_t); //! compressed BDT score (bkg, D0 mass hypo) |
456 | | -DECLARE_SOA_COLUMN(BdtScorePromptD0, bdtScorePromptD0, uint8_t); //! compressed BDT score (prompt, D0 mass hypo) |
457 | | -DECLARE_SOA_COLUMN(BdtScoreNonpromptD0, bdtScoreNonpromptD0, uint8_t); //! compressed BDT score (non-prompt, D0 mass hypo) |
458 | | -DECLARE_SOA_COLUMN(BdtScoreBkgD0bar, bdtScoreBkgD0bar, uint16_t); //! compressed BDT score (bkg, D0bar mass hypo) |
459 | | -DECLARE_SOA_COLUMN(BdtScorePromptD0bar, bdtScorePromptD0bar, uint8_t); //! compressed BDT score (prompt, D0bar mass hypo) |
460 | | -DECLARE_SOA_COLUMN(BdtScoreNonpromptD0bar, bdtScoreNonpromptD0bar, uint8_t); //! compressed BDT score (non-prompt, D0bar mass hypo) |
| 439 | +DECLARE_SOA_INDEX_COLUMN_FULL(TrackPos, trackPos, int, D0CalibTracks, "_Pos"); //! Index of positive track |
| 440 | +DECLARE_SOA_INDEX_COLUMN_FULL(TrackNeg, trackNeg, int, D0CalibTracks, "_Neg"); //! Index of negative track |
| 441 | +DECLARE_SOA_COLUMN(MassHypo, massHypo, uint8_t); //! mass hypothesis for D0 (D0, D0bar, or both) |
| 442 | +DECLARE_SOA_COLUMN(Pt, pt, float); //! D0-candidate pT |
| 443 | +DECLARE_SOA_COLUMN(Eta, eta, float); //! D0-candidate eta |
| 444 | +DECLARE_SOA_COLUMN(Phi, phi, float); //! D0-candidate phi |
| 445 | +DECLARE_SOA_COLUMN(InvMassD0, invMassD0, float); //! invariant mass (D0 hypothesis) |
| 446 | +DECLARE_SOA_COLUMN(InvMassD0bar, invMassD0bar, float); //! invariant mass (D0bar hypothesis) |
| 447 | +DECLARE_SOA_COLUMN(DecLength, decLength, uint8_t); //! compressed decay length |
| 448 | +DECLARE_SOA_COLUMN(DecLengthXY, decLengthXY, uint8_t); //! compressed decay length XY |
| 449 | +DECLARE_SOA_COLUMN(NormDecLength, normDecLength, uint8_t); //! compressed normalised decay length |
| 450 | +DECLARE_SOA_COLUMN(NormDecLengthXY, normDecLengthXY, uint8_t); //! compressed normalised decay length XY |
| 451 | +DECLARE_SOA_COLUMN(CosPa, cosPa, uint8_t); //! compressed cosine of pointing angle |
| 452 | +DECLARE_SOA_COLUMN(CosPaXY, cosPaXY, uint8_t); //! compressed cosine of pointing angle XY |
| 453 | +DECLARE_SOA_COLUMN(PointingAngle, pointingAngle, uint8_t); //! compressed pointing angle |
| 454 | +DECLARE_SOA_COLUMN(PointingAngleXY, pointingAngleXY, uint8_t); //! compressed pointing angle XY |
| 455 | +DECLARE_SOA_COLUMN(DecVtxChi2, decVtxChi2, uint8_t); //! compressed decay vertex chi2 |
| 456 | +DECLARE_SOA_COLUMN(BdtScoreBkgD0, bdtScoreBkgD0, uint16_t); //! compressed BDT score (bkg, D0 mass hypo) |
| 457 | +DECLARE_SOA_COLUMN(BdtScorePromptD0, bdtScorePromptD0, uint8_t); //! compressed BDT score (prompt, D0 mass hypo) |
| 458 | +DECLARE_SOA_COLUMN(BdtScoreNonpromptD0, bdtScoreNonpromptD0, uint8_t); //! compressed BDT score (non-prompt, D0 mass hypo) |
| 459 | +DECLARE_SOA_COLUMN(BdtScoreBkgD0bar, bdtScoreBkgD0bar, uint16_t); //! compressed BDT score (bkg, D0bar mass hypo) |
| 460 | +DECLARE_SOA_COLUMN(BdtScorePromptD0bar, bdtScorePromptD0bar, uint8_t); //! compressed BDT score (prompt, D0bar mass hypo) |
| 461 | +DECLARE_SOA_COLUMN(BdtScoreNonpromptD0bar, bdtScoreNonpromptD0bar, uint8_t); //! compressed BDT score (non-prompt, D0bar mass hypo) |
461 | 462 | } // namespace hf_calib |
462 | 463 |
|
463 | 464 | DECLARE_SOA_TABLE(D0CalibCands, "AOD", "D0CALIBCAND", |
|
0 commit comments