File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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));
Original file line number Diff line number Diff line change 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// _______________________________________________________________________
2526namespace o2 ::aod::pwgem::dilepton::utils::emtrackutil
You can’t perform that action at this time.
0 commit comments