Skip to content

PWGHF: Merge devrun5 (ALICE 3 development for J/ψ and X)#6695

Merged
ktf merged 45 commits intoAliceO2Group:devfrom
vkucera:devrun5
Aug 15, 2021
Merged

PWGHF: Merge devrun5 (ALICE 3 development for J/ψ and X)#6695
ktf merged 45 commits intoAliceO2Group:devfrom
vkucera:devrun5

Conversation

@vkucera
Copy link
Copy Markdown
Collaborator

@vkucera vkucera commented Jul 20, 2021

No description provided.

rspijkers and others added 30 commits June 3, 2021 12:48
add validation plots to X cand creator

remove collision table from Xtask

added a whole bunch of histo's to Xtask

Add first working version of MC matching

Add gen. MC matching for Jpsi -> ee
Add various cuts to selector

- TOF pid, CPA, daughter DCA, daughter pT
- Change range of histograms in taskX.cxx

change range and bins of histograms

add pT dependent cuts via HFSelectorCuts.h
increase granularity for some histo's
Co-authored-by: Biao Zhang <bizhang@alicecerno2.cern.ch>
* add Ct, Y, and chi2PCA to jpsi task

* fix clang
* Fix format and TPC in selector

* Add MID table and functions in track selector

* Add RICH in TrackSelectorPID

* Add debugging messages

* Define a single table for ALICE 3 PID track indices

* Mute debugging messages

* Accept only both accepted tracks for MID

* Apply clang-format
* Add J/ψ → μ+ μ− matching

* Remove mysterious std::move
* Add Muon channel in the HF skim

* Clang Fix

* add space back

Co-authored-by: Gian Michele Innocenti <ginnocen@alicecerno2.cern.ch>
* Fix micro to mu

* Add ALICE 2/3 switch

* Reshuffle ALICE 2/3 detectors

* Add μ+ μ− selection column in selector

* Define things when needed

* Remove ee from selector names
Co-authored-by: Gian Michele Innocenti <ginnocen@alicecerno2.cern.ch>
Co-authored-by: Gian Michele Innocenti <ginnocen@alicecerno2.cern.ch>
Co-authored-by: Gian Michele Innocenti <ginnocen@alicecerno2.cern.ch>
Co-authored-by: Gian Michele Innocenti <ginnocen@alicecerno2.cern.ch>
Co-authored-by: Gian Michele Innocenti <ginnocen@alicecerno2.cern.ch>
Co-authored-by: Gian Michele Innocenti <ginnocen@alicecerno2.cern.ch>
@vkucera
Copy link
Copy Markdown
Collaborator Author

vkucera commented Jul 20, 2021

You should add in the init function the element for the JPsiToMuMu channel in arrMass2Prong with twice the mass of the muon

Thanks @fgrosa , fixed.

@vkucera vkucera marked this pull request as ready for review July 20, 2021 21:57
@vkucera
Copy link
Copy Markdown
Collaborator Author

vkucera commented Jul 22, 2021

@jgrosseo @iarsene This can be merged.

@vkucera
Copy link
Copy Markdown
Collaborator Author

vkucera commented Jul 23, 2021

@sawenzel Could you please merge this as well?

@iarsene
Copy link
Copy Markdown
Collaborator

iarsene commented Jul 28, 2021

Hi @vkucera,
The fullCI crash seems to be genuine. There are some compilation errors there.

@vkucera
Copy link
Copy Markdown
Collaborator Author

vkucera commented Jul 30, 2021

Hi @vkucera,
The fullCI crash seems to be genuine. There are some compilation errors there.

I see. The MC daughter/mother getters have changed in the meantime.

@iarsene
Copy link
Copy Markdown
Collaborator

iarsene commented Aug 13, 2021

@vkucera
Hi, Are there any news on this PR?

@ginnocen
Copy link
Copy Markdown
Collaborator

Hi @iarsene, Vit is back from holidays today. We are planning to have a look at it asap and merge it. Sorry for the delay.
Cheers GM

ginnocen
ginnocen previously approved these changes Aug 14, 2021
@ginnocen
Copy link
Copy Markdown
Collaborator

hi @vkucera thanks for updating the PR. I see macOS errors, but to me, they seem unrelated (cc @iarsene).

@vkucera
Copy link
Copy Markdown
Collaborator Author

vkucera commented Aug 14, 2021

hi @vkucera thanks for updating the PR. I see macOS errors, but to me, they seem unrelated (cc @iarsene).

Hi @ginnocen , indeed, the errors seem unrelated to me too.
@iarsene Please do not merge yet, I will confirm once the output is validated as well.

if (mPdg != kMuonMinus) {
return Status::PIDRejected;
}
if (isValidTrackPIDMID(track)) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

As a general comment I would try to code things so that you bail out as soon as possible. In this particular case:

if (!isValidTrackPIDMID(track)) {
  return Status::PIDNotApplicable; // PID not applicable
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

hi @ktf, from what Vit told me, there is still an issue when trying to run the Jpsi/X analysis with Run2/3 data that is investigating that could be even a more general problem. Therefore, he also agrees to go ahead and merge it. Thanks.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Agreed, thanks.

@ktf ktf self-requested a review August 15, 2021 09:15
Copy link
Copy Markdown
Member

@ktf ktf left a comment

Choose a reason for hiding this comment

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

Trusting @ginnocen on this. Merging.

@ktf ktf requested review from ginnocen and removed request for ginnocen August 15, 2021 09:15
@ktf ktf merged commit 71d04e9 into AliceO2Group:dev Aug 15, 2021
@vkucera vkucera deleted the devrun5 branch August 15, 2021 09:48
EmilGorm pushed a commit to EmilGorm/AliceO2 that referenced this pull request Nov 22, 2021
…p#6695)

Co-authored-by: rspijkers <rik.spijkers@gmail.com>
Co-authored-by: Rik Spijkers <78484875+rspijkers@users.noreply.github.com>
Co-authored-by: Gian Michele Innocenti <gminnocen@gmail.com>
Co-authored-by: Biao Zhang <bizhang@alicecerno2.cern.ch>
Co-authored-by: Gian Michele Innocenti <ginnocen@alicecerno2.cern.ch>
Co-authored-by: zhangbiao-phy <52267892+zhangbiao-phy@users.noreply.github.com>
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.

7 participants