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] Add workflows for charged jet spectra analysis #8884

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

wefeng1110
Copy link

@wefeng1110 wefeng1110 commented Dec 9, 2024

Add workflows for jet spectra, background study:

  1. PWGJE/Tasks/jetSpectraCharged.cxx
  2. PWGJE/Tasks/jetBackgroundAnalysis.cxx

@github-actions github-actions bot added the pwgje label Dec 9, 2024
@github-actions github-actions bot changed the title Add workflows for charged jet spectra analysis [PWGJE] Add workflows for charged jet spectra analysis Dec 9, 2024
CMakeLists.txt Outdated
@@ -1,90 +0,0 @@
# Copyright 2019-2020 CERN and copyright holders of ALICE O2.
Copy link
Collaborator

Choose a reason for hiding this comment

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

what is this file and why was it removed?

Copy link
Author

Choose a reason for hiding this comment

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

Sorry, I delete this CMakeList.txt by mistake. I will upload it.

@@ -0,0 +1,392 @@
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
Copy link
Collaborator

Choose a reason for hiding this comment

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

why is this in a separate task? You can combine it into the same task as the jetSpectraCharged. It is better not to separate the MC and data parts of tasks into multiple files

Copy link
Author

Choose a reason for hiding this comment

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

Hi Nima, I just combine this matched task with the jetSpectraCharged. but I would like to keep several TH1 and TH2 for track and raw jet(before subtraction) to just confirm i was doing the right cut.

{
registry.fill(HIST("h_track_pt"), track.pt(), weight);
registry.fill(HIST("h2_track_eta_track_phi"), track.eta(), track.phi(), weight);
registry.fill(HIST("h2_track_pt_track_dcaxy"), track.pt(), track.dcaXY(), weight);
Copy link
Collaborator

Choose a reason for hiding this comment

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

this task seems fine but it seems to be a copy of the jetFinderQA in large parts. That is fine to some extent in this case but I am wondering if all of these types of histograms are needed?

@nzardosh
Copy link
Collaborator

Hi @wefeng1110 this PR cannot be approved until the formatting test is passed in github since it is required

@wefeng1110
Copy link
Author

Hi @nzardosh thank you very much for your reminder, so far my PR has passed all the format tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants