-
Notifications
You must be signed in to change notification settings - Fork 615
[PWGJE] Adding MC weights for JEJE injections, and adding mask for s… #11643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
O2 linter results: ❌ 313 errors, |
[PWGJE] Please consider the following formatting changes to AliceO2Group#11643
| Configurable<bool> cfgGenHistograms{"cfgGenHistograms", false, "Enables Generated histograms"}; | ||
| Configurable<bool> cfgRecHistograms{"cfgRecHistograms", false, "Enables Reconstructed histograms"}; | ||
| Configurable<bool> cfgDataHistograms{"cfgDataHistograms", false, "Enables Data histograms"}; | ||
| Configurable<bool> cfgSkimmedTrigger{"cfgSkimmedTrigger", false, "Enables trigger for skimmied datasets (2023 onwards)"}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is not needed. If you do not provide any software trigger to your configurable cfgTriggerMasks, the function jetderiveddatautilities::selectTrigger will always evaluate TRUE (because there is. check in that function if the triggerMask is empty not. Please remove this configurable to avoid confusion
as this is time critical to obtain first output and it should not break anything, I agreed with Adrian that I approve for now as is and he will remove this configurable in a new PR tomorrow
…AliceO2Group#11643) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…AliceO2Group#11643) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…AliceO2Group#11643) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…AliceO2Group#11643) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…oftware triggers