@@ -156,6 +156,9 @@ struct ChargedJetHadron {
156156 AxisSpec detaAxis = {32 , -1.6 , 1.6 , " #Delta#eta" };
157157 AxisSpec dphiAxis = {70 , -1.7 , 5.3 , " #Delta#varphi" };
158158 AxisSpec drAxis = {30 , 0.0 , 1.5 , " #Delta#it{R}" };
159+ AxisSpec trackPtThnAxis = {{0.0 , 0.15 , 0.3 , 0.4 , 0.5 , 0.6 , 0.7 , 0.8 , 0.9 , 1.0 , 1.1 , 1.2 , 1.3 , 1.4 , 1.5 , 1.7 , 2.0 ,
160+ 3.0 , 4.0 , 5.0 , 6.0 , 7.0 , 8.0 , 9.0 , 10.0 , 11.0 , 12.0 , 13.0 , 14.0 , 15.0 , 16.0 , 17.0 , 18.0 , 19.0 , 20.0 , 22.0 , 25.0 , 30.0 , 35.0 , 40.0 , 50.0 , 60.0 , 70.0 , 80.0 , 100.0 , 140.0 },
161+ " #it{p}_{T} (GeV/#it{c})" };
159162
160163 if (doprocessCollisionsQCData || doprocessCollisionsQCMCD) {
161164 if (doprocessCollisionsQCMCD && doEventWeighted) {
@@ -191,15 +194,15 @@ struct ChargedJetHadron {
191194 // ========jet-hadron correlations======================
192195 if (doprocessJetHadron || doprocessMixJetHadron || doprocessJetHadronMCD || doprocessMixJetHadronMCD) {
193196 registry.add (" h_trigjet_corrpt" , " trigger jet pT;#it{p}_{T,jet} (GeV/#it{c}); counts" , {HistType::kTH1F , {jetPtAxisRhoAreaSub}});
194- registry.add (" thn_jeth_correlations" , " jet-h correlations; jetpT; trackpT; jeth#Delta#eta; jeth#Delta#varphi; jeth#Delta#it{R}" , HistType::kTHnSparseF , {jetPtAxis, trackPtAxis , detaAxis, dphiAxis, drAxis});
197+ registry.add (" thn_jeth_correlations" , " jet-h correlations; jetpT; trackpT; jeth#Delta#eta; jeth#Delta#varphi; jeth#Delta#it{R}" , HistType::kTHnSparseF , {jetPtAxis, trackPtThnAxis , detaAxis, dphiAxis, drAxis});
195198 registry.add (" h_jeth_event_stats" , " Same event statistics; Event pair type; counts" , {HistType::kTH1F , {{7 , 0.5 , 7.5 }}});
196199 registry.get <TH1 >(HIST (" h_jeth_event_stats" ))->GetXaxis ()->SetBinLabel (1 , " Total jets" );
197200 registry.get <TH1 >(HIST (" h_jeth_event_stats" ))->GetXaxis ()->SetBinLabel (2 , " Total jets with pTHat cut" );
198201 registry.get <TH1 >(HIST (" h_jeth_event_stats" ))->GetXaxis ()->SetBinLabel (3 , " Total jets with cuts" );
199202 registry.get <TH1 >(HIST (" h_jeth_event_stats" ))->GetXaxis ()->SetBinLabel (4 , " Total j-h pairs" );
200203 registry.get <TH1 >(HIST (" h_jeth_event_stats" ))->GetXaxis ()->SetBinLabel (5 , " Total j-h pairs with accepted" );
201204 registry.add (" h_mixtrigjet_corrpt" , " trigger jet pT;#it{p}_{T,jet} (GeV/#it{c}); counts" , {HistType::kTH1F , {jetPtAxisRhoAreaSub}});
202- registry.add (" thn_mixjeth_correlations" , " ME: jet-h correlations; jetpT; trackpT; jeth#Delta#eta; jeth#Delta#varphi; jeth#Delta#it{R}" , HistType::kTHnSparseF , {jetPtAxis, trackPtAxis , detaAxis, dphiAxis, drAxis});
205+ registry.add (" thn_mixjeth_correlations" , " ME: jet-h correlations; jetpT; trackpT; jeth#Delta#eta; jeth#Delta#varphi; jeth#Delta#it{R}" , HistType::kTHnSparseF , {jetPtAxis, trackPtThnAxis , detaAxis, dphiAxis, drAxis});
203206 registry.add (" h_mixjeth_event_stats" , " Mixed event statistics; Event pair type; counts" , {HistType::kTH1F , {{7 , 0.5 , 7.5 }}});
204207 registry.get <TH1 >(HIST (" h_mixjeth_event_stats" ))->GetXaxis ()->SetBinLabel (1 , " Total mixed events" );
205208 registry.get <TH1 >(HIST (" h_mixjeth_event_stats" ))->GetXaxis ()->SetBinLabel (2 , " Total jets" );
@@ -234,12 +237,12 @@ struct ChargedJetHadron {
234237 registry.add (" h2_dijet_TimeEtaThan0_pt" , " dijet #eta_{jet1}#eta_{jet2} > 0" , {HistType::kTH2F , {jetPtAxis, jetPtAxis}});
235238 registry.add (" h2_dijet_TimeEtaLess0_pt" , " dijet #eta_{jet1}#eta_{jet2} < 0" , {HistType::kTH2F , {jetPtAxis, jetPtAxis}});
236239 registry.add (" h2_jeth_heta_dphi" , " jeth heta vs dphi; hadron #eta; #Delta#phi" , {HistType::kTH2F , {etaAxis, dphiAxis}});
237- registry.add (" thn_ljeth_correlations" , " leading jet-h correlations; leadingjetpT; subleadingjetpT; trackpT; timedijeteta; track #eta; jeth#Delta#varphi" , HistType::kTHnSparseF , {jetPtAxis, jetPtAxis, {8 , 0 ., 8 .}, jetmultetaAxis, etaAxis, dphiAxis});
240+ registry.add (" thn_ljeth_correlations" , " leading jet-h correlations; leadingjetpT; subleadingjetpT; trackpT; timedijeteta; track #eta; jeth#Delta#varphi" , HistType::kTHnSparseF , {jetPtAxis, jetPtAxis, {16 , 0 ., 8 .}, jetmultetaAxis, etaAxis, dphiAxis});
238241 } else {
239242 registry.add (" h2_jeth_physicalcutsup_deta_dphi" , " jeth deta vs dphi with physical cuts |#Delta#eta_{jet1,2}| > 1.0; #Delta#eta; #Delta#phi" , {HistType::kTH2F , {detaAxis, dphiAxis}});
240243 registry.add (" h2_jeth_physicalcutsmd_deta_dphi" , " jeth deta vs dphi with physical cuts |#Delta#eta_{jet1,2}| #in (0.5, 1.0); #Delta#eta; #Delta#phi" , {HistType::kTH2F , {detaAxis, dphiAxis}});
241244 registry.add (" h2_jeth_physicalcutsdw_deta_dphi" , " jeth deta vs dphi with physical cuts |#Delta#eta_{jet1,2}| < 0.5; #Delta#eta; #Delta#phi" , {HistType::kTH2F , {detaAxis, dphiAxis}});
242- registry.add (" thn_ljeth_correlations" , " leading jet-h correlations; leadingjetpT; subleadingjetpT; trackpT; #Delta#eta_{jet1,2}; jeth#Delta#eta; jeth#Delta#varphi" , HistType::kTHnSparseF , {jetPtAxis, jetPtAxis, {8 , 0 ., 8 .}, {16 , 0 , 1.6 }, detaAxis, dphiAxis});
245+ registry.add (" thn_ljeth_correlations" , " leading jet-h correlations; leadingjetpT; subleadingjetpT; trackpT; #Delta#eta_{jet1,2}; jeth#Delta#eta; jeth#Delta#varphi" , HistType::kTHnSparseF , {jetPtAxis, jetPtAxis, {16 , 0 ., 8 .}, {16 , 0 , 1.6 }, detaAxis, dphiAxis});
243246 }
244247 }
245248 // =============hjet-hadron correlations======================
@@ -255,7 +258,7 @@ struct ChargedJetHadron {
255258 registry.add (" h2_hjet_TimeEtaThan0_pt" , " hjet #eta_{trig1}#eta_{jet2} > 0;#it{p}_{T,trig};#it{p}_{T,recoil jet}^{corr}" , {HistType::kTH2F , {trackPtAxis, jetPtAxis}});
256259 registry.add (" h2_hjet_TimeEtaLess0_pt" , " hjet #eta_{trig1}#eta_{jet2} < 0;#it{p}_{T,trig};#it{p}_{T,recoil jet}^{corr}" , {HistType::kTH2F , {trackPtAxis, jetPtAxis}});
257260 registry.add (" h2_hjet_heta_dphi" , " hjet heta vs dphi; hadron #eta; #Delta#phi" , {HistType::kTH2F , {etaAxis, dphiAxis}});
258- registry.add (" thn_hjeth_correlations" , " hjet-h correlations; triggerHadronpT; recoilJetpT; trackpT; timehjeteta; track #eta; hh#Delta#varphi" , HistType::kTHnSparseF , {trackPtAxis, jetPtAxis, {8 , 0 ., 8 .}, hadronmultetaAxis, etaAxis, dphiAxis});
261+ registry.add (" thn_hjeth_correlations" , " hjet-h correlations; triggerHadronpT; recoilJetpT; trackpT; timehjeteta; track #eta; hh#Delta#varphi" , HistType::kTHnSparseF , {trackPtAxis, jetPtAxis, {16 , 0 ., 8 .}, hadronmultetaAxis, etaAxis, dphiAxis});
259262 }
260263
261264 // ========dihadron-hadron correlations==========
@@ -270,7 +273,7 @@ struct ChargedJetHadron {
270273 registry.add (" h2_dihadron_TimeEtaThan0_pt" , " di-hadron #eta_{trig1}#eta_{trig2} > 0;#it{p}_{T,trig1};#it{p}_{T,trig2}" , {HistType::kTH2F , {trackPtAxis, trackPtAxis}});
271274 registry.add (" h2_dihadron_TimeEtaLess0_pt" , " di-hadron #eta_{trig1}#eta_{trig2} < 0;#it{p}_{T,trig1};#it{p}_{T,trig2}" , {HistType::kTH2F , {trackPtAxis, trackPtAxis}});
272275 registry.add (" h2_dihadron_heta_dphi" , " di-hadron associated-hadron #eta vs #Delta#varphi;hadron #eta;#Delta#varphi" , {HistType::kTH2F , {etaAxis, dphiAxis}});
273- registry.add (" thn_dihadron_correlations" , " di-hadron correlations;leadingHadronpT;recoilHadronpT;associatedHadronpT;#eta_{trig1}#eta_{trig2};associated hadron #eta;h-h #Delta#varphi" , HistType::kTHnSparseF , {trackPtAxis, trackPtAxis, {8 , 0 ., 8 .}, hadronmultetaAxis, etaAxis, dphiAxis});
276+ registry.add (" thn_dihadron_correlations" , " di-hadron correlations;leadingHadronpT;recoilHadronpT;associatedHadronpT;#eta_{trig1}#eta_{trig2};associated hadron #eta;h-h #Delta#varphi" , HistType::kTHnSparseF , {trackPtAxis, trackPtAxis, {16 , 0 ., 8 .}, hadronmultetaAxis, etaAxis, dphiAxis});
274277 }
275278
276279 // ======MC=====================
@@ -317,8 +320,7 @@ struct ChargedJetHadron {
317320 if (doprocessJetHadronMCP || doprocessMixJetHadronMCP) {
318321 // .........MCP: jet-hadron correlations.................
319322 registry.add (" h_trigjet_corrpt_part" , " trigger jet pT;#it{p}_{T,jet} (GeV/#it{c}); counts" , {HistType::kTH1F , {jetPtAxisRhoAreaSub}});
320- registry.add (" thn_jeth_correlations_part" , " MCP: jet-h correlations; jetpT; trackpT; jeth#Delta#eta; jeth#Delta#varphi; jeth#Delta#it{R}" , HistType::kTHnSparseF , {jetPtAxis, trackPtAxis, detaAxis, dphiAxis, drAxis});
321-
323+ registry.add (" thn_jeth_correlations_part" , " MCP: jet-h correlations; jetpT; trackpT; jeth#Delta#eta; jeth#Delta#varphi; jeth#Delta#it{R}" , HistType::kTHnSparseF , {jetPtAxis, trackPtThnAxis, detaAxis, dphiAxis, drAxis});
322324 registry.add (" h_jeth_event_stats_part" , " MCP: same event statistics; Event pair type; counts" , {HistType::kTH1F , {{7 , 0.5 , 7.5 }}});
323325 registry.get <TH1 >(HIST (" h_jeth_event_stats_part" ))->GetXaxis ()->SetBinLabel (1 , " Total jets" );
324326 registry.get <TH1 >(HIST (" h_jeth_event_stats_part" ))->GetXaxis ()->SetBinLabel (2 , " Total jets with pTHat cut" );
@@ -327,7 +329,7 @@ struct ChargedJetHadron {
327329 registry.get <TH1 >(HIST (" h_jeth_event_stats_part" ))->GetXaxis ()->SetBinLabel (5 , " Total j-h pairs with accepted" );
328330
329331 registry.add (" h_mixtrigjet_corrpt_part" , " trigger jet pT;#it{p}_{T,jet} (GeV/#it{c}); counts" , {HistType::kTH1F , {jetPtAxisRhoAreaSub}});
330- registry.add (" thn_mixjeth_correlations_part" , " mcpME: jet-h correlations; jetpT; trackpT; jeth#Delta#eta; jeth#Delta#varphi; jeth#Delta#it{R}" , HistType::kTHnSparseF , {jetPtAxis, trackPtAxis , detaAxis, dphiAxis, drAxis});
332+ registry.add (" thn_mixjeth_correlations_part" , " mcpME: jet-h correlations; jetpT; trackpT; jeth#Delta#eta; jeth#Delta#varphi; jeth#Delta#it{R}" , HistType::kTHnSparseF , {jetPtAxis, trackPtThnAxis , detaAxis, dphiAxis, drAxis});
331333 registry.add (" h_mixjeth_event_stats_part" , " MCP: mixed event statistics; Event pair type; counts" , {HistType::kTH1F , {{7 , 0.5 , 7.5 }}});
332334 registry.get <TH1 >(HIST (" h_mixjeth_event_stats_part" ))->GetXaxis ()->SetBinLabel (1 , " Total mixed events" );
333335 registry.get <TH1 >(HIST (" h_mixjeth_event_stats_part" ))->GetXaxis ()->SetBinLabel (2 , " Total jets" );
@@ -357,12 +359,12 @@ struct ChargedJetHadron {
357359 registry.add (" h2_dijet_TimeEtaThan0_pt_part" , " dijet #eta_{jet1}#eta_{jet2} > 0" , {HistType::kTH2F , {jetPtAxis, jetPtAxis}});
358360 registry.add (" h2_dijet_TimeEtaLess0_pt_part" , " dijet #eta_{jet1}#eta_{jet2} < 0" , {HistType::kTH2F , {jetPtAxis, jetPtAxis}});
359361 registry.add (" h2_jeth_heta_dphi_part" , " MCP: jeth heta vs dphi; hadron #eta; #Delta#phi" , {HistType::kTH2F , {etaAxis, dphiAxis}});
360- registry.add (" thn_ljeth_correlations_part" , " MCP: leading jet-h correlations; leadingjetpT; subleadingjetpT; trackpT; timedijeteta; track #eta; jeth#Delta#varphi" , HistType::kTHnSparseF , {jetPtAxis, jetPtAxis, {8 , 0 ., 8 .}, jetmultetaAxis, etaAxis, dphiAxis});
362+ registry.add (" thn_ljeth_correlations_part" , " MCP: leading jet-h correlations; leadingjetpT; subleadingjetpT; trackpT; timedijeteta; track #eta; jeth#Delta#varphi" , HistType::kTHnSparseF , {jetPtAxis, jetPtAxis, {16 , 0 ., 8 .}, jetmultetaAxis, etaAxis, dphiAxis});
361363 } else {
362364 registry.add (" h2_jeth_physicalcutsup_deta_dphi_part" , " MCP: jeth deta vs dphi with physical cuts |#Delta#eta_{jet}| > 1.0; #Delta#eta; #Delta#phi" , {HistType::kTH2F , {detaAxis, dphiAxis}});
363365 registry.add (" h2_jeth_physicalcutsmd_deta_dphi_part" , " MCP: jeth deta vs dphi with physical cuts |#Delta#eta_{jet1,2}| #in (0.5, 1.0); #Delta#eta; #Delta#phi" , {HistType::kTH2F , {detaAxis, dphiAxis}});
364366 registry.add (" h2_jeth_physicalcutsdw_deta_dphi_part" , " MCP: jeth deta vs dphi with physical cuts |#Delta#eta_{jet1,2}| < 0.5; #Delta#eta; #Delta#phi" , {HistType::kTH2F , {detaAxis, dphiAxis}});
365- registry.add (" thn_ljeth_correlations_part" , " MCP: leading jet-h correlations; leadingjetpT; subleadingjetpT; trackpT; #Delta#eta_{jet1,2}; jeth#Delta#eta; jeth#Delta#varphi" , HistType::kTHnSparseF , {jetPtAxis, jetPtAxis, {8 , 0 ., 8 .}, {16 , 0 , 1.6 }, detaAxis, dphiAxis});
367+ registry.add (" thn_ljeth_correlations_part" , " MCP: leading jet-h correlations; leadingjetpT; subleadingjetpT; trackpT; #Delta#eta_{jet1,2}; jeth#Delta#eta; jeth#Delta#varphi" , HistType::kTHnSparseF , {jetPtAxis, jetPtAxis, {16 , 0 ., 8 .}, {16 , 0 , 1.6 }, detaAxis, dphiAxis});
366368 }
367369 }
368370
0 commit comments