Skip to content

Commit 6820b39

Browse files
authored
Merge pull request #12 from alibuild/alibot-cleanup-14421
Please consider the following formatting changes to #14421
2 parents e8648c8 + f5f077d commit 6820b39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PWGJE/Tasks/jetHadronRecoil.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ struct JetHadronRecoil {
208208
registry.add("hPhiMatchedPt", "#phi matching 2d;#phi;p_{T}", {HistType::kTH2F, {{400, 0, 400}, phiAxisPart}}, doSumw);
209209
registry.add("hDeltaRMatched", "#DeltaR matching;#DeltaR_{det};#DeltaR_{part}", {HistType::kTH2F, {dRAxisDet, dRAxisPart}}, doSumw);
210210
registry.add("hPtMatched1d", "p_{T} matching 1d;p_{T,part}", {HistType::kTH1F, {{400, 0, 400}}}, doSumw);
211-
registry.add("hPtTruth2D", "p_{T} truth 2d;p_{T,part};dphip", {HistType::kTH2F, {{400, 0, 400},phiAxisPart}}, doSumw);
211+
registry.add("hPtTruth2D", "p_{T} truth 2d;p_{T,part};dphip", {HistType::kTH2F, {{400, 0, 400}, phiAxisPart}}, doSumw);
212212
registry.add("hPtTruth1D", "p_{T} truth 1d;p_{T,part}", {HistType::kTH1F, {{400, 0, 400}}}, doSumw);
213213
registry.add("hDeltaRMatched1d", "#DeltaR matching 1d;#DeltaR_{part}", {HistType::kTH1F, {dRAxisPart}}, doSumw);
214214
registry.add("hPtResolution", "p_{T} resolution;p_{T,part};Relative Resolution", {HistType::kTH2F, {ptAxisPart, {100, -5.0, 5.0}}}, doSumw);
@@ -654,7 +654,8 @@ struct JetHadronRecoil {
654654
registry.fill(HIST("hPtMatched1d"), jetTag.pt(), weight);
655655
registry.fill(HIST("hDeltaRMatched1d"), dRp, weight);
656656
}
657-
}s
657+
}
658+
s
658659
}
659660
}
660661

0 commit comments

Comments
 (0)