Skip to content

Commit 1145408

Browse files
committed
[PWGDQ] more formatting fixes
1 parent 9ad91c2 commit 1145408

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGDQ/Tasks/mftMchMatcher.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2-
// See https://alice-o2.web.cern.ch/copdyright for details of the copyright holders.
2+
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
33
// All rights not expressly granted are reserved.
44
//
55
// This software is distributed under the terms of the GNU General Public
@@ -11,7 +11,7 @@
1111
//
1212
/// \file mftMchMatcher.cxx
1313
/// \brief MFT-MCH matching tool for data preparation
14-
//
14+
1515
#include "PWGDQ/Core/VarManager.h"
1616

1717
#include "Common/CCDB/TriggerAliases.h"
@@ -399,7 +399,7 @@ struct mftMchMatcher {
399399
ccdbManager->get<TGeoManager>(geoPath);
400400
}
401401

402-
//int matchTypeMax = static_cast<int>(kMatchTypeUndefined);
402+
// int matchTypeMax = static_cast<int>(kMatchTypeUndefined);
403403
AxisSpec matchTypeAxis = {static_cast<int>(kMatchTypeUndefined), 0, static_cast<double>(kMatchTypeUndefined), ""};
404404
auto hMatchType = std::get<std::shared_ptr<TH1>>(registry.add("matchType", "Match type", {HistType::kTH1F, {matchTypeAxis}}));
405405
hMatchType->GetXaxis()->SetBinLabel(1, "true (leading)");

0 commit comments

Comments
 (0)