Skip to content

Commit fed3421

Browse files
PWGDQ: review PR formatting / linter errors
1 parent c42f216 commit fed3421

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

PWGDQ/Tasks/qaMatching.cxx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,15 @@ DECLARE_SOA_TABLE(QaMatchingCandidates, "AOD", "QAMCAND",
173173
qamatching::ReducedEventId,
174174
qamatching::ReducedTrackId,
175175
qamatching::MatchLabel,
176-
qamatching::P,
177-
qamatching::Pt,
178-
qamatching::Eta,
176+
qamatching::P,
177+
qamatching::Pt,
178+
qamatching::Eta,
179179
qamatching::Phi,
180180
qamatching::InvQPt,
181181
qamatching::Tanl,
182-
qamatching::MatchType,
183-
qamatching::MatchChi2,
184-
qamatching::MatchScore,
182+
qamatching::MatchType,
183+
qamatching::MatchChi2,
184+
qamatching::MatchScore,
185185
qamatching::MatchRanking,
186186
qamatching::XAtVtx,
187187
qamatching::YAtVtx,
@@ -467,7 +467,7 @@ struct QaMatching {
467467
} configMlOptions;
468468

469469
std::vector<double> binsPtMl;
470-
std::array<double, 1> cutValues;
470+
std::array<double, 1> cutValues{};
471471
std::vector<int> cutDirMl;
472472
std::map<std::string, o2::analysis::MlResponseMFTMuonMatch<float>> matchingMlResponses;
473473
std::map<std::string, std::string> matchingChi2Functions;

0 commit comments

Comments
 (0)