Skip to content

Commit af91bc9

Browse files
Update kaonIsospinFluctuations.cxx
1 parent 81a1308 commit af91bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/EbyEFluctuations/Tasks/kaonIsospinFluctuations.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ struct KaonIsospinFluctuations {
12691269
};
12701270

12711271
auto addCountLabels = [](const auto& h) {
1272-
h->GetXaxis()->SetBinLabel(h->GetXaxis()->FindBin(int(0)), "Total Repeats / Fake Counts");
1272+
h->GetXaxis()->SetBinLabel(h->GetXaxis()->FindBin(static_cast<int>(0)), "Total Repeats / Fake Counts");
12731273
static const int twenty = 20;
12741274
for (int i = 1; i < twenty; i++) {
12751275
h->GetXaxis()->SetBinLabel(h->GetXaxis()->FindBin(i), Form("Counted %d Times", i));

0 commit comments

Comments
 (0)