Skip to content
5 changes: 5 additions & 0 deletions DPG/Tasks/AOTTrack/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 DPG/Tasks/AOTTrack/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 @@ -12,7 +12,7 @@
add_subdirectory(PID)
add_subdirectory(V0Cascades)

o2physics_add_dpl_workflow(qa-trackselection

Check failure on line 15 in DPG/Tasks/AOTTrack/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name qa-trackselection does not match its file name qaTrackSelection.cxx. (Matches qaTrackselection.cxx.)
SOURCES qaTrackSelection.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)
Expand All @@ -32,7 +32,7 @@
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::ReconstructionDataFormats
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(qa-fakehits

Check failure on line 35 in DPG/Tasks/AOTTrack/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name qa-fakehits does not match its file name qaFakeHits.cxx. (Matches qaFakehits.cxx.)
SOURCES qaFakeHits.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)
Expand All @@ -42,12 +42,12 @@
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(qa-dca-mc

Check failure on line 45 in DPG/Tasks/AOTTrack/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name qa-dca-mc does not match its file name qaDcaMC.cxx. (Matches qaDcaMc.cxx.)
SOURCES qaDcaMC.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(qa-sign-charge-mc

Check failure on line 50 in DPG/Tasks/AOTTrack/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name qa-sign-charge-mc does not match its file name qaSignChargeMC.cxx. (Matches qaSignChargeMc.cxx.)
SOURCES qaSignChargeMC.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DetectorsVertexing
COMPONENT_NAME Analysis)
Expand All @@ -57,7 +57,7 @@
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(qa-impact-parameter

Check failure on line 60 in DPG/Tasks/AOTTrack/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name qa-impact-parameter does not match its file name qaImpPar.cxx. (Matches qaImpactParameter.cxx.)
SOURCES qaImpPar.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
O2::ReconstructionDataFormats
Expand All @@ -65,7 +65,7 @@
O2::DetectorsVertexing
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(monitorfilterbit

Check failure on line 68 in DPG/Tasks/AOTTrack/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name monitorfilterbit does not match its file name MonitorFilterBit.cxx. (Matches monitorfilterbit.cxx.)
SOURCES MonitorFilterBit.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)
Expand All @@ -75,7 +75,7 @@
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(qa-tracksplitting

Check failure on line 78 in DPG/Tasks/AOTTrack/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name qa-tracksplitting does not match its file name qaTrackSplitting.cxx. (Matches qaTracksplitting.cxx.)
SOURCES qaTrackSplitting.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)
Expand All @@ -85,3 +85,8 @@
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DetectorsVertexing O2Physics::MLCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(derived-data-creator-d0-calibration
SOURCES derivedDataCreatorD0Calibration.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::AnalysisCore O2::DCAFitter O2Physics::MLCore
COMPONENT_NAME Analysis)

Loading
Loading