[PWGLF] Added background computations for the k892hadronphoton#16728
Conversation
|
O2 linter results: ❌ 107 errors, |
Please consider the following formatting changes to AliceO2Group#16728
|
Error while checking build/O2Physics/staging for e2e6f0e at 2026-06-18 15:29: Full log here. |
| #include "PWGLF/DataModel/LFSigmaTables.h" | ||
| #include "PWGLF/DataModel/LFStrangenessMLTables.h" | ||
| #include "PWGLF/DataModel/LFStrangenessPIDTables.h" | ||
| #include "PWGLF/DataModel/LFStrangenessTables.h" | ||
|
|
||
| #include "Common/CCDB/EventSelectionParams.h" | ||
| #include "Common/CCDB/ctpRateFetcher.h" | ||
| #include "Common/Core/RecoDecay.h" | ||
|
|
||
| #include <CCDB/BasicCCDBManager.h> | ||
| #include <CommonConstants/MathConstants.h> | ||
| #include <CommonConstants/PhysicsConstants.h> | ||
| #include <Framework/ASoA.h> | ||
| #include <Framework/AnalysisDataModel.h> | ||
| #include <Framework/AnalysisHelpers.h> | ||
| #include <Framework/AnalysisTask.h> | ||
| #include <Framework/Configurable.h> | ||
| #include <Framework/HistogramRegistry.h> | ||
| #include <Framework/HistogramSpec.h> | ||
| #include <Framework/InitContext.h> | ||
| #include <Framework/OutputObjHeader.h> | ||
| #include <Framework/runDataProcessing.h> | ||
|
|
||
| #include <Math/Vector3D.h> | ||
| #include <Math/Vector4D.h> | ||
| #include <TH1.h> | ||
| #include <TMath.h> | ||
| #include <TRandom3.h> | ||
|
|
||
| #include <array> | ||
| #include <cmath> | ||
| #include <cstdint> | ||
| #include <string> | ||
| #include <vector> |
| bool IsEventAccepted(TCollision const& collision, bool fillHists) | ||
| { | ||
| if (fillHists) | ||
| histos.fill(HIST("hEventSelection"), 0. /* all collisions */); |
There was a problem hiding this comment.
Don't hard-code the bin numbers.
|
Error while checking build/O2Physics/o2 for e2e6f0e at 2026-06-18 15:37: Full log here. |
Please consider the following formatting changes to AliceO2Group#16728
|
I will take care of the additional o2 linter issues in the next iteration |
You mean next PR or next iteration of this PR? |
Please consider the following formatting changes to AliceO2Group#16728
…sed for loops. [const-ref-in-for-loop]
|
@romainschotter @dmallick2 You are not supposed to approve PRs which introduce new errors or warnings. |
|
@vkucera Thanks for checking. I have approved the request as suggested by the analyzer, which will take care of these next PR. |
Changes:
@gianniliveraro for your information!