Skip to content

Commit 432de98

Browse files
committed
“FixPRformat”
1 parent 3eb4630 commit 432de98

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

PWGDQ/Core/HistogramsLibrary.cxx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@
1111
//
1212
1313
//
14-
#include <vector>
15-
#include <algorithm>
1614
#include "PWGDQ/Core/HistogramsLibrary.h"
15+
1716
#include "VarManager.h"
17+
1818
#include "CommonConstants/MathConstants.h"
1919

20+
#include <algorithm>
21+
#include <vector>
22+
2023
void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* histClass, const char* groupName, const char* subGroupName)
2124
{
2225
//
@@ -1081,18 +1084,17 @@ void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* h
10811084
int binspT[4] = {50, 10, 20, 1000};
10821085
double xminpT[4] = {2., 0., -1., -0.03};
10831086
double xmaxpT[4] = {4., 20., 1., 0.03};
1084-
hm->AddHistogram(histClass, "Tauxy_Mass_Pt_CosthetaHE", "",4, varspTHE, binspT, xminpT, xmaxpT, 0, -1, kFALSE);
1085-
}
1086-
1087-
if (subGroupStr.Contains("tauxy-midy-pol-rand")) {
1088-
int varspTRand[4] = {VarManager::kMass, VarManager::kPt,VarManager::kCosThetaRM, VarManager::kVertexingTauxyProjectedPoleJPsiMass};
1089-
1087+
hm->AddHistogram(histClass, "Tauxy_Mass_Pt_CosthetaHE", "", 4, varspTHE, binspT, xminpT, xmaxpT, 0, -1, kFALSE);
1088+
}
1089+
1090+
if (subGroupStr.Contains("tauxy-midy-pol-rand")) {
1091+
int varspTRand[4] = {VarManager::kMass, VarManager::kPt, VarManager::kCosThetaRM, VarManager::kVertexingTauxyProjectedPoleJPsiMass};
1092+
10901093
int binspT[4] = {50, 10, 20, 1000};
10911094
double xminpT[4] = {2., 0., -1., -0.03};
10921095
double xmaxpT[4] = {4., 20., 1., 0.03};
1093-
hm->AddHistogram(histClass, "Tauxy_Mass_Pt_CosthetaRand", "",4, varspTRand, binspT, xminpT, xmaxpT, 0, -1, kFALSE);
1096+
hm->AddHistogram(histClass, "Tauxy_Mass_Pt_CosthetaRand", "", 4, varspTRand, binspT, xminpT, xmaxpT, 0, -1, kFALSE);
10941097
}
1095-
10961098

10971099
if (subGroupStr.Contains("kalman-filter")) {
10981100
hm->AddHistogram(histClass, "LxyErr", "", false, 100, 0.0, 10.0, VarManager::kVertexingLxyErr);

0 commit comments

Comments
 (0)