Skip to content

PWGDQ: Add diElectronsAll table#6118

Merged
iarsene merged 3 commits into
AliceO2Group:masterfrom
lupengzhong:master
May 15, 2024
Merged

PWGDQ: Add diElectronsAll table#6118
iarsene merged 3 commits into
AliceO2Group:masterfrom
lupengzhong:master

Conversation

@lupengzhong

Copy link
Copy Markdown
Contributor

Add the diElectronsAll table.
There is the configurable "fConfigFlatTables" to choose whether to output the diElectronsAll table.

Comment thread PWGDQ/Core/VarManager.h
Comment thread PWGDQ/Core/VarManager.h Outdated
Comment thread PWGDQ/Core/VarManager.h Outdated

values[kVertexingTauzErr] = values[kVertexingLzErr] * v12.M() / (TMath::Abs(v12.Pz()) * o2::constants::physics::LightSpeedCm2NS);
values[kVertexingTauxyErr] = values[kVertexingLxyErr] * v12.M() / (v12.P() * o2::constants::physics::LightSpeedCm2NS);
values[kVertexingTauxyErr] = values[kVertexingLxyErr] * v12.M() / (TMath::Sqrt((v12.Px() * v12.Px()) + (v12.Py() * v12.Py())) * o2::constants::physics::LightSpeedCm2NS);

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.

here you should use the pt from the computation I suggested above

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Same as above

Comment thread PWGDQ/Core/VarManager.h Outdated
Comment thread PWGDQ/Core/VarManager.h Outdated
@iarsene iarsene merged commit c285d99 into AliceO2Group:master May 15, 2024
hahassan7 pushed a commit to hahassan7/O2Physics that referenced this pull request May 17, 2024
* PWGDQ: fix the conflicts in ReducedInfoTables.h

* PWGDQ: call the pT with the function to avoid extra computation
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