Skip to content

Commit 8cc8dfb

Browse files
committed
Fix
1 parent f22bc42 commit 8cc8dfb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

PWGDQ/Core/VarManager.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
#include "Math/GenVector/Boost.h"
3737

3838
#include "Framework/DataTypes.h"
39-
#include "MCHTracking/TrackExtrap.h"
40-
#include "ReconstructionDataFormats/GlobalFwdTrack.h"
4139
#include "GlobalTracking/MatchGlobalFwd.h"
4240
#include "ReconstructionDataFormats/Track.h"
4341
#include "ReconstructionDataFormats/Vertex.h"
@@ -576,7 +574,7 @@ class VarManager : public TObject
576574
};
577575

578576
template <uint32_t fillMap, typename T, typename C>
579-
static void FillpropagateMuon(const T& muon, const C& collision, float* values = nullptr);
577+
static void FillPropagateMuon(const T& muon, const C& collision, float* values = nullptr);
580578
template <uint32_t fillMap, typename T>
581579
static void FillEvent(T const& event, float* values = nullptr);
582580
template <uint32_t fillMap, typename T>
@@ -764,7 +762,7 @@ KFPVertex VarManager::createKFPVertexFromCollision(const T& collision)
764762
}
765763

766764
template <uint32_t fillMap, typename T, typename C>
767-
void VarManager::FillpropagateMuon(const T& muon, const C& collision, float* values)
765+
void VarManager::FillPropagateMuon(const T& muon, const C& collision, float* values)
768766
{
769767
if constexpr ((fillMap & MuonCov) > 0) {
770768
o2::mch::TrackExtrap::setField();

0 commit comments

Comments
 (0)