LF (strangeness) triggers implementation#274
Merged
Merged
Conversation
minor allignment minor
mpuccio
approved these changes
Nov 12, 2021
mpuccio
left a comment
Collaborator
There was a problem hiding this comment.
Hi @ercolessi, thanks a lot for the PR! I now approve for merging but in the next iteration please consider to replace TMath::Power with std::pow. In particular, when you do sum in quadratures (like in line 208) you can also use std::hypot(px,py,pz) that computes the total momentum.
mbombara
pushed a commit
that referenced
this pull request
Mar 31, 2024
* PWGLF: TOF Nsigs for cascades + adjustments * Please consider the following formatting changes (#273) * Adjusting ccdb load procedure for cascade * Add TOF NSigma QA histograms * Please consider the following formatting changes (#274) --------- Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
christianreckziegel
pushed a commit
to christianreckziegel/O2Physics
that referenced
this pull request
May 2, 2024
* PWGLF: TOF Nsigs for cascades + adjustments * Please consider the following formatting changes (AliceO2Group#273) * Adjusting ccdb load procedure for cascade * Add TOF NSigma QA histograms * Please consider the following formatting changes (AliceO2Group#274) --------- Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
hahassan7
pushed a commit
to hahassan7/O2Physics
that referenced
this pull request
May 17, 2024
* PWGLF: TOF Nsigs for cascades + adjustments * Please consider the following formatting changes (AliceO2Group#273) * Adjusting ccdb load procedure for cascade * Add TOF NSigma QA histograms * Please consider the following formatting changes (AliceO2Group#274) --------- Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This code is co-authored by @ChiaraDeMartin95
Dear experts,
this is the first version of the LF strangeness trigger task.
As you will see we save some QA histos which are crucial at this stage to make sure our selections are compatible with Run3 data. In the future if necessary we can decide to remove them.
Please let us know if you have comments or suggestions.