Skip to content

Commit 5d47e82

Browse files
committed
Please consider the following formatting changes
1 parent 97afd04 commit 5d47e82

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

PWGEM/Dilepton/Tasks/matchingMFT.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ struct matchingMFT {
417417
fRegistry.fill(HIST("MFTMCHMID/primary/correct/hChi2"), fwdtrack.chi2());
418418
fRegistry.fill(HIST("MFTMCHMID/primary/correct/hChi2MFT"), chi2mft);
419419
fRegistry.fill(HIST("MFTMCHMID/primary/correct/hChi2MatchMCHMID"), fwdtrack.chi2MatchMCHMID());
420-
fRegistry.fill(HIST("MFTMCHMID/primary/correct/hChi2MatchMCHMFT"), fwdtrack.chi2MatchMCHMFT()/(2 * (fwdtrack.nClusters() + nClustersMFT) - 5));
420+
fRegistry.fill(HIST("MFTMCHMID/primary/correct/hChi2MatchMCHMFT"), fwdtrack.chi2MatchMCHMFT() / (2 * (fwdtrack.nClusters() + nClustersMFT) - 5));
421421
fRegistry.fill(HIST("MFTMCHMID/primary/correct/hDCAxy2D"), dcaX, dcaY);
422422
fRegistry.fill(HIST("MFTMCHMID/primary/correct/hDCAz"), dcaZ);
423423
fRegistry.fill(HIST("MFTMCHMID/primary/correct/hDCAxy2DinSigma"), dcaX / std::sqrt(cXXatDCA), dcaY / std::sqrt(cYYatDCA));

PWGEM/Dilepton/Utils/EMTrackUtilities.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
#define PWGEM_DILEPTON_UTILS_EMTRACKUTILITIES_H_
1717

1818
#include "Framework/DataTypes.h"
19-
#include <string>
20-
#include <vector>
19+
2120
#include <algorithm>
2221
#include <map>
22+
#include <string>
23+
#include <vector>
2324

2425
//_______________________________________________________________________
2526
namespace o2::aod::pwgem::dilepton::utils::emtrackutil

0 commit comments

Comments
 (0)