Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions PWGUD/TableProducer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019-2020 CERN and copyright holders of ALICE O2.

Check failure on line 1 in PWGUD/TableProducer/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Use kebab-case for names of workflows and match the name of the workflow file.
# See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
# All rights not expressly granted are reserved.
#
Expand All @@ -16,17 +16,17 @@
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::DGCutparHolder O2Physics::AnalysisCCDB O2Physics::EventFilteringUtils
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(sgcand-producer

Check failure on line 19 in PWGUD/TableProducer/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name sgcand-producer does not match its file name SGCandProducer.cxx. (Matches sgcandProducer.cxx.)
SOURCES SGCandProducer.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::SGCutParHolder O2Physics::AnalysisCCDB O2Physics::FITCutParHolder
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(dgbccand-producer

Check failure on line 24 in PWGUD/TableProducer/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name dgbccand-producer does not match its file name DGBCCandProducer.cxx. (Matches dgbccandProducer.cxx.)
SOURCES DGBCCandProducer.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::DGCutparHolder
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(upccand-producer

Check failure on line 29 in PWGUD/TableProducer/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name upccand-producer does not match its file name UPCCandidateProducer.cxx. (Matches upccandProducer.cxx.)
SOURCES UPCCandidateProducer.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::UPCCutparHolder
COMPONENT_NAME Analysis)
Expand All @@ -46,12 +46,12 @@
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::GlobalTracking
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(udmcparticles-to-udtracks

Check failure on line 49 in PWGUD/TableProducer/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name udmcparticles-to-udtracks does not match its file name udMcParticles2udTracks.cxx. (Matches udmcparticlesToUdtracks.cxx.)
SOURCES udMcParticles2udTracks.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(udmccollisions-to-udcollisions

Check failure on line 54 in PWGUD/TableProducer/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name udmccollisions-to-udcollisions does not match its file name udMcCollisions2udCollisions.cxx. (Matches udmccollisionsToUdcollisions.cxx.)
SOURCES udMcCollisions2udCollisions.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)
Expand All @@ -75,3 +75,8 @@
SOURCES upcCandProducerGlobalMuon.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::UPCCutparHolder O2::GlobalTracking
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(upc-cand-producer-semi-fwd
SOURCES upcCandProducerSemiFwd.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::UPCCutparHolder O2::GlobalTracking
COMPONENT_NAME Analysis)
Loading
Loading