Skip to content

Commit 9c6d437

Browse files
committed
Update
1 parent b6e403e commit 9c6d437

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

PWGHF/DataModel/CandidateReconstructionTables.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
#include "ALICE3/DataModel/ECAL.h"
2525
#include "Common/Core/RecoDecay.h"
26+
#include "Common/DataModel/EventSelection.h"
2627
#include "Common/DataModel/PIDResponseTOF.h"
2728
#include "Common/DataModel/PIDResponseTPC.h"
2829
#include "Common/DataModel/TrackSelectionTables.h"
@@ -637,10 +638,10 @@ DECLARE_SOA_DYNAMIC_COLUMN(MaxNormalisedDeltaIP, maxNormalisedDeltaIP, //!
637638
DECLARE_SOA_DYNAMIC_COLUMN(CtXY, ctXY, //!
638639
[](float px0, float py0, float pz0, float px1, float py1, float pz1, float xVtxP, float yVtxP, float xVtxS, float yVtxS, const std::array<double, 2>& m) -> float { return RecoDecay::ctXY(std::array{xVtxP, yVtxP}, std::array{xVtxS, yVtxS}, std::array{std::array{px0, py0, pz0}, std::array{px1, py1, pz1}}, m); });
639640
// MC matching result:
640-
DECLARE_SOA_COLUMN(FlagMcMatchRec, flagMcMatchRec, int8_t); //! reconstruction level
641-
DECLARE_SOA_COLUMN(FlagMcMatchGen, flagMcMatchGen, int8_t); //! generator level
642-
DECLARE_SOA_COLUMN(OriginMcRec, originMcRec, int8_t); //! particle origin, reconstruction level
643-
DECLARE_SOA_COLUMN(OriginMcGen, originMcGen, int8_t); //! particle origin, generator level
641+
DECLARE_SOA_COLUMN(FlagMcMatchRec, flagMcMatchRec, int8_t); //! reconstruction level
642+
DECLARE_SOA_COLUMN(FlagMcMatchGen, flagMcMatchGen, int8_t); //! generator level
643+
DECLARE_SOA_COLUMN(OriginMcRec, originMcRec, int8_t); //! particle origin, reconstruction level
644+
DECLARE_SOA_COLUMN(OriginMcGen, originMcGen, int8_t); //! particle origin, generator level
644645
DECLARE_SOA_COLUMN(FlagMcDecayChanRec, flagMcDecayChanRec, int8_t); //! resonant decay channel flag, reconstruction level
645646
DECLARE_SOA_COLUMN(FlagMcDecayChanGen, flagMcDecayChanGen, int8_t); //! resonant decay channel flag, reconstruction level
646647

PWGHF/HFC/Utils/utilsCorrelations.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@
2323
#include "Common/DataModel/PIDResponseTPC.h"
2424

2525
#include <CommonConstants/MathConstants.h>
26+
#include <CommonConstants/PhysicsConstants.h>
2627
#include <Framework/Logger.h>
2728

2829
#include <TPDGCode.h>
2930

31+
#include <Rtypes.h>
32+
3033
#include <cmath>
3134
#include <cstddef>
3235

PWGHF/HFL/Tasks/taskElectronWeakBoson.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@
4343
#include <Framework/Logger.h>
4444
#include <Framework/runDataProcessing.h>
4545

46+
#include <TPDGCode.h>
47+
4648
#include <KFPTrack.h>
47-
#include <KFPVertex.h>
4849
#include <KFParticle.h>
49-
#include <KFParticleBase.h>
50-
#include <KFVertex.h>
5150

5251
#include <array>
5352
#include <cmath>

PWGHF/Utils/utilsEvSelHf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include "PWGHF/Core/CentralityEstimation.h"
2222
//
23+
#include "PWGUD/Core/SGCutParHolder.h"
2324
#include "PWGUD/Core/SGSelector.h"
2425

2526
#include "Common/CCDB/EventSelectionParams.h"

0 commit comments

Comments
 (0)