Skip to content

Commit 11563e6

Browse files
authored
Update ITSTPCmatchingCheck.cxx
1 parent 01c3e70 commit 11563e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/GLO/src/ITSTPCmatchingCheck.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ void ITSTPCmatchingCheck::beautify(std::shared_ptr<MonitorObject> mo, Quality ch
527527
msg->AddText(Form("RError %.2f%%", rerr * 1e2));
528528
msg->SetFillColor(kGreen);
529529
}
530-
if(TF1* fit = h->GetFunction("gloFitK0sMassSignal"); fit != nullptr) {
530+
if (TF1* fit = h->GetFunction("gloFitK0sMassSignal"); fit != nullptr) {
531531
h->GetListOfFunctions()->Add(fit);
532532
}
533533
}

0 commit comments

Comments
 (0)