Skip to content

Conversation

@Rrantu
Copy link
Contributor

@Rrantu Rrantu commented Nov 27, 2025

Add FT0A, FT0C, FV0A, FDDA, FDDC, ZDC amplitudes and gap type axes to THnSparse in UPC runAnalysis function

@github-actions github-actions bot added the pwghf PWG-HF label Nov 27, 2025
@github-actions
Copy link

github-actions bot commented Nov 27, 2025

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

@github-actions github-actions bot changed the title add more UPC infos in taskLc.cxx [PWGHF] add more UPC infos in taskLc.cxx Nov 27, 2025
}
if (FT0A > FT0AThreshold && FT0C < FT0CThreshold && ZNA > ZDCThreshold && ZNC < ZDCThreshold) {
return GapType::GapC;
if (candidate.isSelLcToPKPi() >= selectionFlagLc) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Dear @Rrantu, can you please consider not duplicating the code but usage of already existing fillHistosData() (modifying it to UPC needs) function? Because now there are two big blocks of code, where one is a subset of another (with an extension related to UPC).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the suggestion. I thought about using fillHistosData(), but I need some non-global detector info that fillHistosData() doesn’t have and that isn’t useful for other analyses using it.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Hi @lubynets, good suggestion! yes, we can remove it since we only need ThnSparse to store the key informations

@zhangbiao-phy zhangbiao-phy enabled auto-merge (squash) November 28, 2025 12:15
@zhangbiao-phy zhangbiao-phy merged commit 2f3ee94 into AliceO2Group:master Nov 28, 2025
13 of 14 checks passed
yakparo pushed a commit to yakparo/O2Physics that referenced this pull request Nov 29, 2025
lmattei01 pushed a commit to lmattei01/O2Physics that referenced this pull request Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pwghf PWG-HF

Development

Successfully merging this pull request may close these issues.

3 participants