Skip to content

Commit 292c69e

Browse files
authored
Add files via upload
1 parent 143e63f commit 292c69e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

PWGDQ/Core/HistogramsLibrary.cxx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,10 +1947,6 @@ void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* h
19471947
coschiBins[i] = -1.0 + 2.0 * TMath::Power(0.04 * i, 2.0);
19481948
}
19491949

1950-
double deltaetaBins[21];
1951-
for (int i = 0; i < 21; i++) {
1952-
deltaetaBins[i] = -2.0 + 0.2 * i;
1953-
}
19541950
hm->AddHistogram(histClass, "Coschi", "", false, 25, coschiBins, VarManager::kCosChi, 0, nullptr, -1, 0, nullptr, -1, "", "", "", -1, VarManager::kECWeight);
19551951
hm->AddHistogram(histClass, "DeltaEta_DeltaPhi_weight", "", false, 20, -2.0, 2.0, VarManager::kDeltaEta, 50, -2.0, 6.0, VarManager::kDeltaPhi, 0, 0, 0, -1, "", "", "", -1, VarManager::kPtDau);
19561952
}

0 commit comments

Comments
 (0)