Skip to content

Commit

Permalink
[PWGLF] Library cleanup for strangeness builder
Browse files Browse the repository at this point in the history
Meant to do further reduction of memory footprint of the new strangeness builder. 

For the record, current numbers indicate that the replacement of the `lambdakzerobuilder` and `cascadebuilder` as well as of the labeler services ('mc' builders) leads to a reduction of up to 1GB of memory use already, even still pulling in the entire `DetectorsBase` (which is unnecessary). Speed is also significantly better and is currently being tested. V0s have been proven to be fully equivalent to the ones provided by the canonical `lambdakzerobuilder`; cascades to be tested.
  • Loading branch information
ddobrigk authored Jan 18, 2025
1 parent ba6a927 commit f45d142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGLF/TableProducer/Strangeness/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ o2physics_add_dpl_workflow(strangederivedbuilder

o2physics_add_dpl_workflow(strangenessbuilder
SOURCES strangenessbuilder.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase KFParticle::KFParticle
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DCAFitter KFParticle::KFParticle
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(v0-selector

Check warning on line 115 in PWGLF/TableProducer/Strangeness/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name v0-selector does not match its file name v0selector.cxx. (Matches v0Selector.cxx.)
Expand Down Expand Up @@ -141,4 +141,4 @@ o2physics_add_dpl_workflow(lambdakzeromlselection
o2physics_add_dpl_workflow(sigma0builder
SOURCES sigma0builder.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::MLCore
COMPONENT_NAME Analysis)
COMPONENT_NAME Analysis)

0 comments on commit f45d142

Please sign in to comment.