Skip to content

[PWGJE] Systematic flag setup for associates and efficiency#16302

Open
joachimckh wants to merge 2 commits into
AliceO2Group:masterfrom
joachimckh:systematic-setup-dev1
Open

[PWGJE] Systematic flag setup for associates and efficiency#16302
joachimckh wants to merge 2 commits into
AliceO2Group:masterfrom
joachimckh:systematic-setup-dev1

Conversation

@joachimckh
Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot added the pwgje label May 19, 2026
@github-actions
Copy link
Copy Markdown

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

@joachimckh joachimckh marked this pull request as ready for review May 19, 2026 10:08
@nzardosh nzardosh self-requested a review May 19, 2026 10:14
@@ -949,25 +1115,25 @@ struct JetSpectraEseTask {
PROCESS_SWITCH(JetSpectraEseTask, processMCGenTrack, "jet MC process: Generated track", false);
void processMCRecoTrack(soa::Filtered<soa::Join<aod::JetMcCollisions, aod::BkgChargedMcRhos>>::iterator const& mcCollision,
soa::SmallGroups<aod::JetCollisionsMCD> const& collisions,
aod::JetTracksMCD const& tracks,
aod::JetParticles const&)
soa::Join<aod::JetTracksMCD, aod::JTrackPIs> const& tracks,
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 good to put the new stuff in a new process function so you still have a process function that can run on derived data

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.

@nzardosh I see, but then I cannot apply this additional trackselection right?

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