@@ -113,6 +113,8 @@ void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* h
113113 hm->AddHistogram (histClass, " VtxZ_MultITSTPCWithPV" , " VtxZ vs MultITSTPCWithPV" , false , 240 , -12.0 , 12.0 , VarManager::kVtxZ , 400 , 0 , 400.0 , VarManager::kMultNTracksITSTPC );
114114 hm->AddHistogram (histClass, " VtxZ_MultITSOnly" , " VtxZ vs MultITSOnly" , false , 240 , -12.0 , 12.0 , VarManager::kVtxZ , 400 , 0 , 400.0 , VarManager::kMultNTracksITSOnly );
115115 hm->AddHistogram (histClass, " VtxZ_VtxNcontribReal" , " VtxZ vs VtxNcontribReal" , false , 240 , -12.0 , 12.0 , VarManager::kVtxZ , 200 , 0 , 200.0 , VarManager::kVtxNcontribReal );
116+ hm->AddHistogram (histClass, " VtxZ_MultNTracksPVeta1" , " VtxZ vs MultNTracksPVeta1" , false , 240 , -12.0 , 12.0 , VarManager::kVtxZ , 200 , 0 , 200.0 , VarManager::kMultNTracksPVeta1 );
117+ hm->AddHistogram (histClass, " VtxZ_MultNTracksPVetaHalf" , " VtxZ vs MultNTracksPVetaHalf" , false , 240 , -12.0 , 12.0 , VarManager::kVtxZ , 200 , 0 , 200.0 , VarManager::kMultNTracksPVetaHalf );
116118
117119 } else {
118120 hm->AddHistogram (histClass, " MultTPC" , " MultTPC" , false , 200 , 0.0 , 50000.0 , VarManager::kMultTPC );
@@ -939,6 +941,8 @@ void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* h
939941 }
940942 if (subGroupStr.Contains (" mult_pvcontrib" )) {
941943 hm->AddHistogram (histClass, " Mass_VtxNcontribReal" , " Mass vs VtxNcontribReal" , false , 200 , 2.0 , 5.0 , VarManager::kMass , 200 , 0 , 200.0 , VarManager::kVtxNcontribReal );
944+ hm->AddHistogram (histClass, " Mass_MultNTracksPVetaHalf" , " Mass vs MultNTracksPVetaHalf" , false , 200 , 2.0 , 5.0 , VarManager::kMass , 200 , 0 , 200.0 , VarManager::kMultNTracksPVetaHalf );
945+ hm->AddHistogram (histClass, " Mass_MultNTracksPVeta1" , " Mass vs MultNTracksPVeta1" , false , 200 , 2.0 , 5.0 , VarManager::kMass , 200 , 0 , 200.0 , VarManager::kMultNTracksPVeta1 );
942946 }
943947 if (subGroupStr.Contains (" barrel" )) {
944948 hm->AddHistogram (histClass, " Mass" , " " , false , 500 , 0.0 , 5.0 , VarManager::kMass );
0 commit comments