Skip to content

Commit c89e399

Browse files
committed
Code format
1 parent 79a0a34 commit c89e399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DQMServices/Components/plugins/DQMGenericClient.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class FitSlicesYTool {
157157
TH1::AddDirectory(true);
158158
// ... create your hists
159159
TH2F* h = me->getTH2F();
160-
TF1 fgaus("fgaus", "gaus", h->GetYaxis()->GetXmin(), h->GetYaxis()->GetXmax(), TF1::EAddToList::kNo);
160+
TF1 fgaus("fgaus", "gaus", h->GetYaxis()->GetXmin(), h->GetYaxis()->GetXmax(), TF1::EAddToList::kNo);
161161
h->FitSlicesY(&fgaus, 0, -1, 0, "QNR SERIAL");
162162
string name(h->GetName());
163163
h0 = (TH1*)gDirectory->Get((name + "_0").c_str());

0 commit comments

Comments
 (0)