Skip to content

[PWGJE] change logic for estimation of bkgd fluctuation in events with TTsig#16851

Merged
nzardosh merged 1 commit into
AliceO2Group:masterfrom
KotliarovAr:bkgd_fluctuations
Jun 29, 2026
Merged

[PWGJE] change logic for estimation of bkgd fluctuation in events with TTsig#16851
nzardosh merged 1 commit into
AliceO2Group:masterfrom
KotliarovAr:bkgd_fluctuations

Conversation

@KotliarovAr

Copy link
Copy Markdown
Contributor

Now, background fluctuations are estimated in the cone placed perpendicular to TTSig. Before, the assumption was used that TTSig is a part of the leading or subleading jet.

@github-actions

Copy link
Copy Markdown

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

@github-actions github-actions Bot changed the title PWGJE: change logic for estimation of bkgd fluctuation in events with TTsig [PWGJE] change logic for estimation of bkgd fluctuation in events with TTsig Jun 28, 2026
if (keepEventWithTT) {
spectra.fill(HIST("hScaledFT0C_deltaPtRandomConeInEventTTSig_PartLevel"), scaledFT0C, randomConePt - areaRC * rho, weight);
spectra.fill(HIST("hScaledFT0M_deltaPtRandomConeInEventTTSig_PartLevel"), scaledFT0M, randomConePt - areaRC * rho, weight);
spectra.fill(HIST("hScaledFT0C_deltaPtPerpConeTTSig_PartLevel"), scaledFT0C, randomConePt - areaRC * rho, weight);

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 is intended to be a random cone and not a perpendicular cone?

@nzardosh nzardosh merged commit b4f28ce into AliceO2Group:master Jun 29, 2026
13 checks passed
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