Skip to content

[PWGJE] Created new task: Produce tables for diffusion wake analysis#16570

Open
nicola-wilson wants to merge 7 commits into
AliceO2Group:masterfrom
nicola-wilson:table_branch_14May
Open

[PWGJE] Created new task: Produce tables for diffusion wake analysis#16570
nicola-wilson wants to merge 7 commits into
AliceO2Group:masterfrom
nicola-wilson:table_branch_14May

Conversation

@nicola-wilson
Copy link
Copy Markdown

This task aims to write tables with collisions that contain at least one high pT track. These are then used by a Bachelor student at GSI who works on diffusion wakes and wants to apply his Run 2 analysis to Run 3 data (therefore, trees are needed). To reduce memory size, some variables are stored in a different format (for example px,py,pz)

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 8, 2026

O2 linter results: ❌ 10 errors, ⚠️ 40 warnings, 🔕 0 disabled

Copy link
Copy Markdown
Collaborator

@nzardosh nzardosh left a comment

Choose a reason for hiding this comment

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

thanks for the PR :) Please find some comments below

Comment thread PWGJE/TableProducer/tableDiffWake.cxx Outdated
{

// Track properties
DECLARE_SOA_COLUMN(ColID, colid, int32_t); // Collision ID
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.

this should be an index coloumn

Comment thread PWGJE/TableProducer/tableDiffWake.cxx Outdated
}

using bcs = aod::BCs;
void process(soa::Join<aod::Collisions, aod::EvSels,aod::CentFT0Cs, aod::TPCMults, aod::QvectorFT0Cs>::iterator const& col,
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.

It would be great if you could use the JE tables like JCollisions to remove as much dependency as possible on non derived formats

Comment thread PWGJE/TableProducer/tableDiffWake.cxx Outdated
testtrack::ColID,
testtrack::Charge,
testtrack::P,
testtrack::DEdx,
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.

what is the purpose of this fir diffusion wake studies?

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