|
11 | 11 | // |
12 | 12 | |
13 | 13 | // |
14 | | -#include <vector> |
15 | | -#include <algorithm> |
16 | 14 | #include "PWGDQ/Core/HistogramsLibrary.h" |
| 15 | + |
17 | 16 | #include "VarManager.h" |
| 17 | + |
18 | 18 | #include "CommonConstants/MathConstants.h" |
19 | 19 |
|
| 20 | +#include <algorithm> |
| 21 | +#include <vector> |
| 22 | + |
20 | 23 | void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* histClass, const char* groupName, const char* subGroupName) |
21 | 24 | { |
22 | 25 | // |
@@ -1081,18 +1084,17 @@ void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* h |
1081 | 1084 | int binspT[4] = {50, 10, 20, 1000}; |
1082 | 1085 | double xminpT[4] = {2., 0., -1., -0.03}; |
1083 | 1086 | 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 | + |
1090 | 1093 | int binspT[4] = {50, 10, 20, 1000}; |
1091 | 1094 | double xminpT[4] = {2., 0., -1., -0.03}; |
1092 | 1095 | 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); |
1094 | 1097 | } |
1095 | | - |
1096 | 1098 |
|
1097 | 1099 | if (subGroupStr.Contains("kalman-filter")) { |
1098 | 1100 | hm->AddHistogram(histClass, "LxyErr", "", false, 100, 0.0, 10.0, VarManager::kVertexingLxyErr); |
|
0 commit comments