|
17 | 17 | #ifndef PWGDQ_CORE_VARMANAGER_H_ |
18 | 18 | #define PWGDQ_CORE_VARMANAGER_H_ |
19 | 19 |
|
20 | | -#include <Framework/AnalysisDataModel.h> |
21 | | -#include <Math/Vector4Dfwd.h> |
22 | | -#include <cstdint> |
23 | 20 | #ifndef HomogeneousField |
24 | 21 | #define HomogeneousField |
25 | 22 | #endif |
|
31 | 28 | #include "Common/Core/fwdtrackUtilities.h" |
32 | 29 | #include "Common/Core/trackUtilities.h" |
33 | 30 |
|
34 | | -#include "CommonConstants/LHCConstants.h" |
35 | | -#include "CommonConstants/PhysicsConstants.h" |
36 | | -#include "DCAFitter/DCAFitterN.h" |
37 | | -#include "DCAFitter/FwdDCAFitterN.h" |
38 | | -#include "DetectorsBase/Propagator.h" |
39 | | -#include "Field/MagneticField.h" |
40 | | -#include "Framework/DataTypes.h" |
41 | | -#include "GlobalTracking/MatchGlobalFwd.h" |
42 | | -#include "ReconstructionDataFormats/DCA.h" |
43 | | -#include "ReconstructionDataFormats/Track.h" |
44 | | -#include "ReconstructionDataFormats/TrackFwd.h" |
45 | | -#include "ReconstructionDataFormats/Vertex.h" |
46 | | - |
47 | | -#include "Math/GenVector/Boost.h" |
48 | | -#include "Math/SMatrix.h" |
49 | | -#include "Math/Vector3D.h" |
50 | | -#include "Math/Vector4D.h" |
51 | | -#include "Math/VectorUtil.h" |
52 | | -#include "TGeoGlobalMagField.h" |
53 | | -#include "TH3F.h" |
54 | | -#include "THn.h" |
55 | | -#include "TRandom.h" |
| 31 | +#include <CommonConstants/LHCConstants.h> |
| 32 | +#include <CommonConstants/PhysicsConstants.h> |
| 33 | +#include <DCAFitter/DCAFitterN.h> |
| 34 | +#include <DCAFitter/FwdDCAFitterN.h> |
| 35 | +#include <DetectorsBase/Propagator.h> |
| 36 | +#include <Field/MagneticField.h> |
| 37 | +#include <Framework/AnalysisDataModel.h> |
| 38 | +#include <Framework/DataTypes.h> |
| 39 | +#include <GlobalTracking/MatchGlobalFwd.h> |
| 40 | +#include <ReconstructionDataFormats/DCA.h> |
| 41 | +#include <ReconstructionDataFormats/Track.h> |
| 42 | +#include <ReconstructionDataFormats/TrackFwd.h> |
| 43 | +#include <ReconstructionDataFormats/Vertex.h> |
| 44 | + |
| 45 | +#include <Math/GenVector/Boost.h> |
| 46 | +#include <Math/SMatrix.h> |
| 47 | +#include <Math/Vector3D.h> |
| 48 | +#include <Math/Vector4D.h> |
| 49 | +#include <Math/Vector4Dfwd.h> |
| 50 | +#include <Math/VectorUtil.h> |
| 51 | +#include <TGeoGlobalMagField.h> |
| 52 | +#include <TH3F.h> |
| 53 | +#include <THn.h> |
56 | 54 | #include <TObject.h> |
| 55 | +#include <TRandom.h> |
57 | 56 | #include <TString.h> |
58 | 57 |
|
59 | | -#include "KFPTrack.h" |
60 | | -#include "KFPVertex.h" |
61 | | -#include "KFParticle.h" |
62 | | -#include "KFParticleBase.h" |
63 | | -#include "KFVertex.h" |
| 58 | +#include <KFPTrack.h> |
| 59 | +#include <KFPVertex.h> |
| 60 | +#include <KFParticle.h> |
| 61 | +#include <KFParticleBase.h> |
| 62 | +#include <KFVertex.h> |
64 | 63 |
|
65 | 64 | #include <algorithm> |
66 | 65 | #include <cmath> |
67 | 66 | #include <complex> |
| 67 | +#include <cstdint> |
68 | 68 | #include <iostream> |
69 | 69 | #include <map> |
70 | 70 | #include <utility> |
@@ -3740,7 +3740,7 @@ void VarManager::FillPairVertexing(C const& collision, T const& t1, T const& t2, |
3740 | 3740 |
|
3741 | 3741 | if constexpr (eventHasVtxCov) { |
3742 | 3742 |
|
3743 | | - std::array<float, 6> covMatrixPCA; |
| 3743 | + std::array<float, 6> covMatrixPCA{}; |
3744 | 3744 | // get track impact parameters |
3745 | 3745 | // This modifies track momenta! |
3746 | 3746 | o2::math_utils::Point3D<float> vtxXYZ(collision.posX(), collision.posY(), collision.posZ()); |
|
0 commit comments