Skip to content

Conversation

@nicolovalle
Copy link
Contributor

Bitmap with fired muon chambers added in StoredFwdTracks (Framework/Core/include/Framework/AnalysisDataModel.h) and ReducedMuonExtra table (Analysis/DataModel/include/AnalysisDataModel/ReducedInfoTables.h). PWDQQ table makers also extended.

@nicolovalle nicolovalle requested review from a team, iarsene and jgrosseo as code owners June 16, 2021 13:07
DECLARE_SOA_COLUMN(MatchScoreMCHMFT, matchScoreMCHMFT, float); //! MCH-MFT Machine Learning Matching Score for GlobalMuonTracks
DECLARE_SOA_COLUMN(MatchMFTTrackID, matchMFTTrackID, int); //! ID of matching MFT track for GlobalMuonTrack (ints while self indexing not available)
DECLARE_SOA_COLUMN(MatchMCHTrackID, matchMCHTrackID, int); //! ID of matching MCH track for GlobalMuonTracks (ints while self indexing not available)
DECLARE_SOA_COLUMN(MCHBitMap, MchBitMap, short); //! Fired muon chambers BitMap
Copy link
Collaborator

Choose a reason for hiding this comment

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

Since you use it as a bit map, you should make this as unsigned, in this case uint16_t

@iarsene
Copy link
Collaborator

iarsene commented Jun 16, 2021

Hi @nicolovalle, I had one comment on the type used for the bitmap column. Also, please fix the clang and space checker, both fail.

@jgrosseo
Copy link
Collaborator

This changes are good.

Before merging, we have to adjust the RUN3 converter and produce new data. I convert this to draft, so that we do not merge it by accident. Could you take care of the changes?
Add the new field, and fill it accordingly:
https://github.com/alisw/AliPhysics/blob/master/RUN3/AliAnalysisTaskAO2Dconverter.cxx

Once you have the PR in AliPhysics, mention this PR, so that we have the link.

@jgrosseo jgrosseo marked this pull request as draft June 17, 2021 07:13
@nicolovalle
Copy link
Contributor Author

Hi, sorry, I forgot to paste the link.
The pull request in Aliphysics is ready: alisw/AliPhysics#17940

@jgrosseo
Copy link
Collaborator

jgrosseo commented Jun 17, 2021

OK. I approved that one. Then we reproduce the data.

@github-actions
Copy link
Contributor

This PR did not have any update in the last 30 days. Is it still needed? Unless further action in will be closed in 5 days.

@github-actions github-actions bot added the stale label Jul 18, 2021
@jgrosseo jgrosseo marked this pull request as ready for review July 19, 2021 07:19
@jgrosseo
Copy link
Collaborator

@nicolovalle We forgot about this PR. Could you solve the conflict, so that we can merge it?

@github-actions github-actions bot closed this Jul 25, 2021
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.

4 participants