Skip to content

Commit b56a61d

Browse files
victor-gonzalezVictor
andauthored
[PWGCF] Cleaning repo an adhering linter recomendations (#12974)
Co-authored-by: Victor <victor@cern.ch>
1 parent c3600a5 commit b56a61d

File tree

7 files changed

+5
-4865
lines changed

7 files changed

+5
-4865
lines changed

PWGCF/TwoParticleCorrelations/DataModel/IdentifiedBfFiltered.h

Lines changed: 0 additions & 115 deletions
This file was deleted.

PWGCF/TwoParticleCorrelations/TableProducer/CMakeLists.txt

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,22 @@
99
# granted to it by virtue of its status as an Intergovernmental Organization
1010
# or submit itself to any jurisdiction.
1111

12-
o2physics_add_dpl_workflow(twopartcorr-register-skim
12+
o2physics_add_dpl_workflow(two-particle-correlations-register-skimming
1313
SOURCES twoParticleCorrelationsRegisterSkimming.cxx
1414
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::TwoPartCorrCore
1515
COMPONENT_NAME Analysis)
1616

17-
o2physics_add_dpl_workflow(twopartcorr-skim
17+
o2physics_add_dpl_workflow(two-particle-correlations-full-skimming
1818
SOURCES twoParticleCorrelationsFullSkimming.cxx
1919
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::TwoPartCorrCore
2020
COMPONENT_NAME Analysis)
2121

22-
o2physics_add_dpl_workflow(twopartcorr-notstored-skim
22+
o2physics_add_dpl_workflow(two-particle-correlations-not-stored-skimming
2323
SOURCES twoParticleCorrelationsNotStoredSkimming.cxx
2424
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::TwoPartCorrCore
2525
COMPONENT_NAME Analysis)
2626

27-
o2physics_add_dpl_workflow(twopartcorr-filter
27+
o2physics_add_dpl_workflow(two-particle-correlations-filtering
2828
SOURCES twoParticleCorrelationsFiltering.cxx
2929
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::TwoPartCorrCore
3030
COMPONENT_NAME Analysis)
31-
32-
o2physics_add_dpl_workflow(identifiedbf-filter
33-
SOURCES identifiedBfFilter.cxx
34-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
35-
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)