We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb819f commit 9ad91c2Copy full SHA for 9ad91c2
PWGDQ/Tasks/mftMchMatcher.cxx
@@ -11,7 +11,7 @@
11
//
12
/// \file mftMchMatcher.cxx
13
/// \brief MFT-MCH matching tool for data preparation
14
-
+//
15
#include "PWGDQ/Core/VarManager.h"
16
17
#include "Common/CCDB/TriggerAliases.h"
@@ -410,7 +410,7 @@ struct mftMchMatcher {
410
hMatchType->GetXaxis()->SetBinLabel(6, "wrong (non leading)");
411
hMatchType->GetXaxis()->SetBinLabel(7, "decay (non leading)");
412
hMatchType->GetXaxis()->SetBinLabel(8, "fake (non leading)");
413
-}
+ }
414
415
template <typename TMuons>
416
void fillBestMuonMatches(TMuons const& muons)
0 commit comments