From a5e2c38f291afc91bdf08b45d2514f13dc068573 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 26 Jun 2026 09:15:41 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGDQ/Core/VarManagerCore.h | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/PWGDQ/Core/VarManagerCore.h b/PWGDQ/Core/VarManagerCore.h index 216b40572f5..a67f5f7e5e3 100644 --- a/PWGDQ/Core/VarManagerCore.h +++ b/PWGDQ/Core/VarManagerCore.h @@ -21,25 +21,24 @@ #define HomogeneousField #endif -#include - #include #include +#include #include #include #include #include #include -#include + +#include +#include +#include +#include #include #include #include -#include -#include -#include - #include using SMatrix55 = ROOT::Math::SMatrix>; @@ -1127,32 +1126,32 @@ class VarManager : public TObject static void SetUseVars(const std::vector usedVars); static bool GetUsedVar(int var); - // Flag to set PV recalculation via KF + // Flag to set PV recalculation via KF static void SetPVrecalculationKF(const bool pvRecalKF); - // Setup the collision system + // Setup the collision system static void SetCollisionSystem(TString system, float energy); static void SetCollisionSystem(o2::parameters::GRPLHCIFData* grplhcif); static void SetMagneticField(float magField); - // Setup plane position for MFT-MCH matching + // Setup plane position for MFT-MCH matching static void SetMatchingPlane(float z); static float GetMatchingPlane(); - // Set z shift for forward tracks + // Set z shift for forward tracks static void SetZShift(float z); - // Setup the 2 prong KFParticle + // Setup the 2 prong KFParticle static void SetupTwoProngKFParticle(float magField); // Setup magnetic field for muon propagation static void SetupMuonMagField(); - // Setup the 2 prong DCAFitterN + // Setup the 2 prong DCAFitterN static void SetupTwoProngDCAFitter(float magField, bool propagateToPCA, float maxR, float maxDZIni, float minParamChange, float minRelChi2Change, bool useAbsDCA); - // Setup the 2 prong FwdDCAFitterN + // Setup the 2 prong FwdDCAFitterN static void SetupTwoProngFwdDCAFitter(float magField, bool propagateToPCA, float maxR, float minParamChange, float minRelChi2Change, bool useAbsDCA); // Use MatLayerCylSet to correct MCS in fwdtrack propagation static void SetupMatLUTFwdDCAFitter(o2::base::MatLayerCylSet* m); @@ -1163,13 +1162,13 @@ class VarManager : public TObject // Setup the 3 prong KFParticle static void SetupThreeProngKFParticle(float magField); - // Setup the 3 prong DCAFitterN + // Setup the 3 prong DCAFitterN static void SetupThreeProngDCAFitter(float magField, bool propagateToPCA, float maxR, float /*maxDZIni*/, float minParamChange, float minRelChi2Change, bool useAbsDCA); - // Setup the 4 prong KFParticle + // Setup the 4 prong KFParticle static void SetupFourProngKFParticle(float magField); - // Setup the 4 prong DCAFitterN + // Setup the 4 prong DCAFitterN static void SetupFourProngDCAFitter(float magField, bool propagateToPCA, float maxR, float /*maxDZIni*/, float minParamChange, float minRelChi2Change, bool useAbsDCA); static auto getEventPlane(int harm, float qnxa, float qnya); @@ -1343,7 +1342,7 @@ class VarManager : public TObject static ROOT::Math::PxPyPzEVector fgBeamA; // beam from A-side 4-momentum vector static ROOT::Math::PxPyPzEVector fgBeamC; // beam from C-side 4-momentum vector - // static void FillEventDerived(float* values = nullptr); + // static void FillEventDerived(float* values = nullptr); static void FillTrackDerived(float* values = nullptr); template static auto getRotatedCovMatrixXX(const T& matrix, U phi, V theta);