Skip to content

Common/TableProducer/qVectorTable.cxx: bug fix to support vector of Qvector - #6666

Merged
ddobrigk merged 1 commit into
AliceO2Group:masterfrom
dsekihat:master
Jun 27, 2024
Merged

Common/TableProducer/qVectorTable.cxx: bug fix to support vector of Qvector#6666
ddobrigk merged 1 commit into
AliceO2Group:masterfrom
dsekihat:master

Conversation

@dsekihat

@dsekihatdsekihat commented Jun 26, 2024

Copy link
Copy Markdown
Collaborator

This PR is to support vector of Qvector (#6577). In the previous version, only aod::QvectorXXXXs (FT0C, etc) or aod::Qvectors were accepted by comparing string. But, aod::QvectorXXXXVecs were not supported, and q vectors were -999.
In addition, suppress warning about comparison between int and size_t.

@dsekihat

Copy link
Copy Markdown
CollaboratorAuthor

Dear @ddobrigk , @strogolo , @jikim1290 , could you check this PR, please? Thank you.

@jikim1290

Copy link
Copy Markdown
Contributor

@dsekihat Thank you for spotting this. It is indeed needed to call QvecXXX and QvecXXXVecs at the same time.

@ddobrigk
ddobrigk merged commit 34d3bcf into AliceO2Group:masterJun 27, 2024
GiorgioAlbertoLucia pushed a commit to GiorgioAlbertoLucia/O2Physics that referenced this pull request Jul 9, 2024
echizzal pushed a commit to echizzal/O2Physics that referenced this pull request Jul 18, 2024
Sign up for freeto 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.

3 participants

@dsekihat@jikim1290@ddobrigk