Skip to content

PWGJE - jetfinderQA, trackEfficiency: add max occupancy cut, edit histogram axes + dpt/pt hist in jetmatchingqa#7415

Merged
nzardosh merged 8 commits into
AliceO2Group:masterfrom
aimeric-landou:master
Aug 26, 2024
Merged

PWGJE - jetfinderQA, trackEfficiency: add max occupancy cut, edit histogram axes + dpt/pt hist in jetmatchingqa#7415
nzardosh merged 8 commits into
AliceO2Group:masterfrom
aimeric-landou:master

Conversation

@aimeric-landou

Copy link
Copy Markdown
Contributor

No description provided.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/o2 for 03322d2 at 2024-08-24 11:04:

## sw/BUILD/O2Physics-latest/log
/sw/SOURCES/O2Physics/7415-slc7_x86-64/0/PWGJE/Tasks/jetfinderQA.cxx:66:78: error: narrowing conversion of '2.0e+2' from 'double' to 'int' [-Wnarrowing]
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:139:38: error: static assertion failed: You need to make sure that you have implicit constructors or that you call the explicit constructor correctly.
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/O2/daily-20240824-0200-local1/include/Framework/StructToTuple.h:287:29: error: static assertion failed: Too many elements in the struct
/sw/slc7_x86-64/GCC-Toolchain/v12.2.0-alice1-local1/include/c++/12.2.0/bits/stl_construct.h:115:28: error: no matching function for call to 'construct_at(JetFinderQATask*&)'
ninja: build stopped: subcommand failed.

Full log here.

@nzardosh nzardosh merged commit ab77759 into AliceO2Group:master Aug 26, 2024
joonsukbae pushed a commit to joonsukbae/O2Physics that referenced this pull request Aug 27, 2024
…togram axes + dpt/pt hist in jetmatchingqa (AliceO2Group#7415)

* AIMERIC jets - jetmatchingqa add dpt/pt for jet res

* PWGJE jetfinderQA.cxx and trackEfficiency.cxx : edits to axes (eta configurable)

* PWGJE trackeff fix - add track gen qa

* PWGJE - add maxOccupancy cut to jetfinderQA and trackEfficiency workflows

* clang fixes

* jetfinderQA.cxx fix for recent PR

* jetfinderQA.cxx megalinter fix

* fix configurable initialisation, change process function name
fchinu pushed a commit to fchinu/O2Physics that referenced this pull request Sep 18, 2024
…togram axes + dpt/pt hist in jetmatchingqa (AliceO2Group#7415)

* AIMERIC jets - jetmatchingqa add dpt/pt for jet res

* PWGJE jetfinderQA.cxx and trackEfficiency.cxx : edits to axes (eta configurable)

* PWGJE trackeff fix - add track gen qa

* PWGJE - add maxOccupancy cut to jetfinderQA and trackEfficiency workflows

* clang fixes

* jetfinderQA.cxx fix for recent PR

* jetfinderQA.cxx megalinter fix

* fix configurable initialisation, change process function name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants