Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWGJE: pT bin expanded for track residual #7077

Merged
merged 10 commits into from
Aug 3, 2024

Conversation

joonsukbae
Copy link
Contributor

No description provided.

nzardosh
nzardosh previously approved these changes Jul 30, 2024
@nzardosh nzardosh enabled auto-merge (squash) July 30, 2024 17:14
auto-merge was automatically disabled July 30, 2024 17:24

Head branch was pushed to by a user without write access

@joonsukbae
Copy link
Contributor Author

I expanded pT range for both reco and gen level to remove pT smearing effect after unfolding, because statistics seem full enough to show until 200 GeV.
Also added mccollision counter to normalized generated jet distributions

@joonsukbae
Copy link
Contributor Author

fixed some errors with pTbin settings and removed mccollision counter becuase it's already fully implemented in trackefficiency.cxx

registry.add("h3_jet_pt_tag_jet_phi_tag_jet_phi_base_matchedgeo", ";#it{p}_{T,jet}^{tag} (GeV/#it{c}); #varphi_{jet}^{tag}; #varphi_{jet}^{base}", {HistType::kTH3F, {jetPtAxis, {160, -1.0, 7.}, {160, -1.0, 7.}}});
registry.add("h3_jet_pt_tag_jet_ntracks_tag_jet_ntracks_base_matchedgeo", ";#it{p}_{T,jet}^{tag} (GeV/#it{c}); N_{jet tracks}^{tag}; N_{jet tracks}^{base}", {HistType::kTH3F, {jetPtAxis, {200, -0.5, 199.5}, {200, -0.5, 199.5}}});

registry.add("h3_jet_r_jet_pt_tag_jet_pt_base_matchedpt", "#it{R}_{jet};#it{p}_{T,jet}^{tag} (GeV/#it{c});#it{p}_{T,jet}^{base} (GeV/#it{c})", {HistType::kTH3F, {{jetRadiiBins, ""}, jetPtAxis, jetPtAxis}});
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for example here

@joonsukbae
Copy link
Contributor Author

please check the latest modification

@nzardosh nzardosh merged commit fb179f9 into AliceO2Group:master Aug 3, 2024
9 checks passed
MaximVirta pushed a commit to MaximVirta/O2Physics that referenced this pull request Aug 5, 2024
* PWGJE: expand bin in track residual

* PWGJE: expand bin in track residual

* PWGJE: expand jet pT range and add mccollision counter

* PWGJE: jet pT bin configurabled

* PWGJE: some error fixed & removed mccollision counter

* PWGJE: changed jetPtMax from a int to a float

* PWGJE: debugged pTbin production fuction

* PWGJE: jet pT bins changed for every QA tasks, as well

* PWGJE: restore some pT bins for clusters and candidates

* PWGJE: eta range expanded for coming ALICE3
Luca610 pushed a commit to Luca610/O2Physics that referenced this pull request Aug 13, 2024
* PWGJE: expand bin in track residual

* PWGJE: expand bin in track residual

* PWGJE: expand jet pT range and add mccollision counter

* PWGJE: jet pT bin configurabled

* PWGJE: some error fixed & removed mccollision counter

* PWGJE: changed jetPtMax from a int to a float

* PWGJE: debugged pTbin production fuction

* PWGJE: jet pT bins changed for every QA tasks, as well

* PWGJE: restore some pT bins for clusters and candidates

* PWGJE: eta range expanded for coming ALICE3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants