Skip to content

Commit a8fd2de

Browse files
authored
[PWGJE] Charged jet v2, close fit output to log fileAdd files via upload (#9517)
1 parent e0175d2 commit a8fd2de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGJE/Tasks/jetChargedV2.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ struct JetChargedV2 {
260260
//< RC test plots >//
261261
registry.add("h3_centrality_deltapT_RandomCornPhi_rhorandomconewithoutleadingjet", "centrality; #it{p}_{T,random cone} - #it{area, random cone} * #it{rho}; #Delta#varphi_{jet}", {HistType::kTH3F, {{120, -10.0, 110.0}, {800, -400.0, 400.0}, {160, 0., o2::constants::math::TwoPI}}});
262262
registry.add("h3_centrality_deltapT_RandomCornPhi_localrhovsphiwithoutleadingjet", "centrality; #it{p}_{T,random cone} - #it{area, random cone} * #it{rho}(#varphi); #Delta#varphi_{jet}", {HistType::kTH3F, {{120, -10.0, 110.0}, {800, -400.0, 400.0}, {160, 0., o2::constants::math::TwoPI}}});
263-
264263
//< bkg sub plot | end >//
265264
//< median rho >//
266265
registry.add("h_jet_pt_in_out_plane_v2", "jet pT;#it{p}_{T,jet} (GeV/#it{c});entries", {HistType::kTH1F, {jetPtAxisRhoAreaSub}});
@@ -543,7 +542,7 @@ struct JetChargedV2 {
543542
fFitModulationV2v3->FixParameter(4, ep3);
544543
}
545544

546-
hPtsumSumptFit->Fit(fFitModulationV2v3, "V+", "ep", 0, o2::constants::math::TwoPI);
545+
hPtsumSumptFit->Fit(fFitModulationV2v3, "Q", "ep", 0, o2::constants::math::TwoPI);
547546

548547
double temppara[5];
549548
temppara[0] = fFitModulationV2v3->GetParameter(0);

0 commit comments

Comments
 (0)