Skip to content

[PWGHF] Adding D0/Lc analysis task - #17808

Open
laszlogyulai wants to merge 26 commits into
AliceO2Group:masterfrom
laszlogyulai:master
Open

laszlogyulai wants to merge 26 commits into
AliceO2Group:masterfrom
laszlogyulai:master

Conversation

@laszlogyulai

Copy link
Copy Markdown

Adding a new analysis task for calculating the D0/Lambda_c yield ratio as a function of flattenicity

@github-actions github-actions Bot added the pwghf PWG-HF label Sep 7, 2026
@github-actions github-actions Bot changed the title Adding D0/Lc analysis task [PWGHF] Adding D0/Lc analysis task Sep 7, 2026
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

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

@laszlogyulai

Copy link
Copy Markdown
Author

Dear codeowners,

Is it possible to overcome the "magic number" errors in the O2 linter / O2 linter (pull_request_target) check? In my opinion it would unnecessarily complicate the existing code. You can see an example of such a solution in the PWGLF/Tasks/GlobalEventProperties/flattenicityPikp.cxx file (lines 1814-1908)

@vkucera

vkucera commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

Dear codeowners,

Is it possible to overcome the "magic number" errors in the O2 linter / O2 linter (pull_request_target) check? In my opinion it would unnecessarily complicate the existing code. You can see an example of such a solution in the PWGLF/Tasks/GlobalEventProperties/flattenicityPikp.cxx file (lines 1814-1908)

The way to "overcome" it is to write it in a better way. From what I can see, you map some number to other numbers. So how about using a map or an array, for example?

@alibuild

alibuild commented Sep 17, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/staging for 6629a3a at 2026-09-21 08:09:

## sw/BUILD/O2-latest/log
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260921-0000/daily-20260921-0000/Detectors/TPC/base/src/TPCBaseLinkDef.h:75:56
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260921-0000/daily-20260921-0000/Detectors/TPC/base/src/TPCBaseLinkDef.h:83:135
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260921-0000/daily-20260921-0000/Detectors/TPC/base/src/TPCBaseLinkDef.h:84:135
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260921-0000/daily-20260921-0000/Detectors/Upgrades/ALICE3/ECal/base/src/ECalBaseLinkDef.h:19:48
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260921-0000/daily-20260921-0000/Detectors/Upgrades/ALICE3/RICH/base/src/RICHBaseLinkDef.h:18:48
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260921-0000/daily-20260921-0000/Detectors/Upgrades/ALICE3/MID/base/src/MI3BaseLinkDef.h:18:47


## sw/BUILD/O2Physics-latest/log
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:127:25: error: unused variable 'doprocess' [-Werror=unused-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:560:20: error: unused variable 'chi2PCA' [-Werror=unused-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:482:19: error: unused variable 'flatCalibrated' [-Werror=unused-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:469:39: error: unused parameter 'bcs' [-Werror=unused-parameter]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:470:42: error: unused parameter 'tracks' [-Werror=unused-parameter]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:642:19: error: unused variable 'flatCalibrated' [-Werror=unused-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:740:17: error: unused variable 'minItsClustersOfProngs' [-Werror=unused-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:741:17: error: unused variable 'minTpcCrossedRowsOfProngs' [-Werror=unused-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:873:22: error: unused variable 'ptProng0' [-Werror=unused-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:874:22: error: unused variable 'ptProng1' [-Werror=unused-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:875:22: error: unused variable 'ptProng2' [-Werror=unused-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:876:22: error: unused variable 'decayLength' [-Werror=unused-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:877:22: error: unused variable 'chi2PCA' [-Werror=unused-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:878:22: error: unused variable 'cpa' [-Werror=unused-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:855:19: error: unused variable 'flatCalibrated' [-Werror=unused-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/Utils/utilsEvSelHf.h:408:36: error: 'const struct o2::soa::Table<o2::aod::Hash<519320931>, o2::aod::Hash<1837103245>, o2::aod::Hash<519320931>, o2::soa::Table<o2::aod::Hash<1373761118>, o2::aod::Hash<4191360419>, o2::aod::Hash<2286545062> >, o2::soa::Table<o2::aod::Hash<254116537>, o2::aod::Hash<3484684091>, o2::aod::Hash<2286545062> > >::TableIteratorBase<o2::soa::DefaultIndexPolicy, o2::soa::Join<o2::soa::Table<o2::aod::Hash<1373761118>, o2::aod::Hash<4191360419>, o2::aod::Hash<2286545062> >, o2::soa::Table<o2::aod::Hash<254116537>, o2::aod::Hash<3484684091>, o2::aod::Hash<2286545062> > >, o2::soa::Table<o2::aod::Hash<1373761118>, o2::aod::Hash<4191360419>, o2::aod::Hash<2286545062> >, o2::soa::Table<o2::aod::Hash<254116537>, o2::aod::Hash<3484684091>, o2::aod::Hash<2286545062> > >' has no member named 'isInelGt0'
ninja: build stopped: subcommand failed.

Full log here.

Please consider the following formatting changes to AliceO2Group#17808
@laszlogyulai

Copy link
Copy Markdown
Author

Hi @zhangbiao-phy , could you check if the corrections are fine?

zhangbiao-phy
zhangbiao-phy previously approved these changes Sep 21, 2026
@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/staging for c8d2457 at 2026-09-21 14:55:

## sw/BUILD/O2Physics-latest/log
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:643:12: error: variable 'trackNeg' set but not used [-Werror=unused-but-set-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/Utils/utilsEvSelHf.h:408:36: error: 'const struct o2::soa::Table<o2::aod::Hash<519320931>, o2::aod::Hash<1837103245>, o2::aod::Hash<519320931>, o2::soa::Table<o2::aod::Hash<1373761118>, o2::aod::Hash<4191360419>, o2::aod::Hash<2286545062> >, o2::soa::Table<o2::aod::Hash<254116537>, o2::aod::Hash<3484684091>, o2::aod::Hash<2286545062> > >::TableIteratorBase<o2::soa::DefaultIndexPolicy, o2::soa::Join<o2::soa::Table<o2::aod::Hash<1373761118>, o2::aod::Hash<4191360419>, o2::aod::Hash<2286545062> >, o2::soa::Table<o2::aod::Hash<254116537>, o2::aod::Hash<3484684091>, o2::aod::Hash<2286545062> > >, o2::soa::Table<o2::aod::Hash<1373761118>, o2::aod::Hash<4191360419>, o2::aod::Hash<2286545062> >, o2::soa::Table<o2::aod::Hash<254116537>, o2::aod::Hash<3484684091>, o2::aod::Hash<2286545062> > >' has no member named 'isInelGt0'
ninja: build stopped: subcommand failed.

Full log here.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for c8d2457 at 2026-09-21 14:55:

## sw/BUILD/O2Physics-latest/log
/sw/SOURCES/O2Physics/slc10_x86-64-slc10_x86-64/0/PWGHF/Utils/utilsEvSelHf.h:408:36: error: 'const struct o2::soa::Table<o2::aod::Hash<519320931>, o2::aod::Hash<1837103245>, o2::aod::Hash<519320931>, o2::soa::Table<o2::aod::Hash<1373761118>, o2::aod::Hash<4191360419>, o2::aod::Hash<2286545062> >, o2::soa::Table<o2::aod::Hash<254116537>, o2::aod::Hash<3484684091>, o2::aod::Hash<2286545062> > >::TableIteratorBase<o2::soa::DefaultIndexPolicy, o2::soa::Join<o2::soa::Table<o2::aod::Hash<1373761118>, o2::aod::Hash<4191360419>, o2::aod::Hash<2286545062> >, o2::soa::Table<o2::aod::Hash<254116537>, o2::aod::Hash<3484684091>, o2::aod::Hash<2286545062> > >, o2::soa::Table<o2::aod::Hash<1373761118>, o2::aod::Hash<4191360419>, o2::aod::Hash<2286545062> >, o2::soa::Table<o2::aod::Hash<254116537>, o2::aod::Hash<3484684091>, o2::aod::Hash<2286545062> > >' has no member named 'isInelGt0'
ninja: build stopped: subcommand failed.

Full log here.

@vkucera
vkucera marked this pull request as draft September 21, 2026 13:29
@vkucera

vkucera commented Sep 21, 2026

Copy link
Copy Markdown
Collaborator

@laszlogyulai Please first compile and test your changes locally before updating the PR.

@laszlogyulai

Copy link
Copy Markdown
Author

@laszlogyulai Please first compile and test your changes locally before updating the PR.

Sure thing. The current (and previous) versions of the code compile and run smoothly on my local machine. Therefore, I am trying to solve the errors by looking at the output logs here.

@vkucera

vkucera commented Sep 21, 2026

Copy link
Copy Markdown
Collaborator

@laszlogyulai Please first compile and test your changes locally before updating the PR.

Sure thing. The current (and previous) versions of the code compile and run smoothly on my local machine. Therefore, I am trying to solve the errors by looking at the output logs here.

That's not the right approach. Your branch is obsolete. You should instead update it and re-test everything with the latest O2Physics.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/o2 for c8d2457 at 2026-09-21 17:33:

## sw/BUILD/O2-latest/log
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260921-0000/daily-20260921-0000/Detectors/TPC/base/src/TPCBaseLinkDef.h:75:56
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260921-0000/daily-20260921-0000/Detectors/TPC/base/src/TPCBaseLinkDef.h:83:135
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260921-0000/daily-20260921-0000/Detectors/TPC/base/src/TPCBaseLinkDef.h:84:135
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260921-0000/daily-20260921-0000/Detectors/Upgrades/ALICE3/ECal/base/src/ECalBaseLinkDef.h:19:48
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260921-0000/daily-20260921-0000/Detectors/Upgrades/ALICE3/RICH/base/src/RICHBaseLinkDef.h:18:48
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260921-0000/daily-20260921-0000/Detectors/Upgrades/ALICE3/MID/base/src/MI3BaseLinkDef.h:18:47


## sw/BUILD/O2Physics-latest/log
/sw/SOURCES/O2Physics/slc10_x86-64-slc10_x86-64/0/PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:643:12: error: variable 'trackNeg' set but not used [-Werror=unused-but-set-variable]
/sw/SOURCES/O2Physics/slc10_x86-64-slc10_x86-64/0/PWGHF/Utils/utilsEvSelHf.h:408:36: error: 'const struct o2::soa::Table<o2::aod::Hash<519320931>, o2::aod::Hash<1837103245>, o2::aod::Hash<519320931>, o2::soa::Table<o2::aod::Hash<1373761118>, o2::aod::Hash<4191360419>, o2::aod::Hash<2286545062> >, o2::soa::Table<o2::aod::Hash<254116537>, o2::aod::Hash<3484684091>, o2::aod::Hash<2286545062> > >::TableIteratorBase<o2::soa::DefaultIndexPolicy, o2::soa::Join<o2::soa::Table<o2::aod::Hash<1373761118>, o2::aod::Hash<4191360419>, o2::aod::Hash<2286545062> >, o2::soa::Table<o2::aod::Hash<254116537>, o2::aod::Hash<3484684091>, o2::aod::Hash<2286545062> > >, o2::soa::Table<o2::aod::Hash<1373761118>, o2::aod::Hash<4191360419>, o2::aod::Hash<2286545062> >, o2::soa::Table<o2::aod::Hash<254116537>, o2::aod::Hash<3484684091>, o2::aod::Hash<2286545062> > >' has no member named 'isInelGt0'
ninja: build stopped: subcommand failed.

Full log here.

@laszlogyulai

Copy link
Copy Markdown
Author

@zhangbiao-phy @vkucera I have updated my local installation of O2Physics, and now the code is compiling and running on the latest version as well. In the end, it was missing the recent addition of the PVMults table to the HF codes. Thank you for your guidance in figuring everything out.

@laszlogyulai
laszlogyulai marked this pull request as ready for review September 23, 2026 13:01
@zhangbiao-phy
zhangbiao-phy enabled auto-merge (squash) September 23, 2026 13:57
@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/staging for fa93653 at 2026-09-23 16:55:

No log files found

Full log here.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/o2 for fa93653 at 2026-09-23 16:56:

No log files found

Full log here.

@zhangbiao-phy
zhangbiao-phy enabled auto-merge (squash) September 23, 2026 14:57
@alibuild

alibuild commented Sep 23, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for fa93653 at 2026-09-24 07:29:

## sw/BUILD/O2-latest/log
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260923-0000/daily-20260923-0000/Detectors/TPC/base/src/TPCBaseLinkDef.h:75:56
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260923-0000/daily-20260923-0000/Detectors/TPC/base/src/TPCBaseLinkDef.h:83:135
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260923-0000/daily-20260923-0000/Detectors/TPC/base/src/TPCBaseLinkDef.h:84:135
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260923-0000/daily-20260923-0000/Detectors/Upgrades/ALICE3/ECal/base/src/ECalBaseLinkDef.h:19:48
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260923-0000/daily-20260923-0000/Detectors/Upgrades/ALICE3/RICH/base/src/RICHBaseLinkDef.h:18:48
Error: missing ; at end of rule at /sw/SOURCES/O2/daily-20260923-0000/daily-20260923-0000/Detectors/Upgrades/ALICE3/MID/base/src/MI3BaseLinkDef.h:18:47


## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 24 errors and 5 warnings.'
Found 24 errors and 5 warnings.
++ [[ 24 -gt 0 ]]
++ cat /sw/BUILD/859d40414852a10cd6081743df46696d67978a8a/O2Physics-code-check/errors.txt
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:26:1: error: included header Centrality.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:29:1: error: included header PIDResponseTOF.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:30:1: error: included header PIDResponseTPC.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:41:1: error: included header algorithm is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:73:3: error: no header providing "o2::framework::Configurable" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:86:3: error: no header providing "o2::framework::Service" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:100:68: error: no header providing "uint8_t" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:100:77: error: no header providing "BIT" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:108:3: error: no header providing "o2::framework::Partition" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:111:3: error: no header providing "o2::framework::ConfigurableAxis" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:126:13: error: no header providing "o2::framework::InitContext" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:155:231: error: no header providing "o2::constants::math::TwoPI" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:438:3: error: no header providing "PROCESS_SWITCH" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:602:45: error: no header providing "THnSparse" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:645:28: error: no header providing "RecoDecay" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:645:180: error: no header providing "o2::constants::physics::Pdg" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:648:84: error: no header providing "o2::constants::physics::MassD0" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:867:82: error: no header providing "kProton" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:871:82: error: no header providing "kPiPlus" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:985:78: error: no header providing "o2::constants::physics::MassLambdaCPlus" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:1044:12: error: no header providing "std::bitset" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:1045:46: error: no header providing "o2::fit::Triggers" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:1047:19: error: no header providing "std::size_t" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:1105:17: error: no header providing "std::sqrt" is directly included [misc-include-cleaner,-warnings-as-errors]
++ [[ 5 -gt 0 ]]
++ cat /sw/BUILD/859d40414852a10cd6081743df46696d67978a8a/O2Physics-code-check/warnings.txt
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:67:30: warning: variable 'rhoLatticeFV0' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:68:30: warning: variable 'rhoLatticeFV0Calibrated' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:69:30: warning: variable 'calib' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:70:20: warning: variable 'channelsToRings' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx:1072:9: warning: do not use 'else' after 'return' [readability-else-after-return]
++ [[ 24 -gt 0 ]]
++ exit 1
[0 more errors; see full log]

Full log here.

@vkucera
vkucera disabled auto-merge September 23, 2026 16:45
@vkucera

vkucera commented Sep 23, 2026

Copy link
Copy Markdown
Collaborator

@laszlogyulai Please fix the errors reported by the code-check. You can reproduce (and fix) the errors by following the documentation instructions. See https://aliceo2group.github.io/analysis-framework/docs/tools/#running-with-o2physics-code-check

@vkucera

vkucera commented Sep 23, 2026

Copy link
Copy Markdown
Collaborator

@zhangbiao-phy Please do not merge PRs before the tests finish.

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.

4 participants