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 PWGMM/Mult/Tasks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

o2physics_add_dpl_workflow(run2-dndeta

Check failure on line 12 in PWGMM/Mult/Tasks/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name run2-dndeta does not match its file name run2dndeta.cxx. (Matches run2Dndeta.cxx.)
SOURCES run2dndeta.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)
Expand All @@ -19,48 +19,48 @@
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(puremc-dndeta

Check failure on line 22 in PWGMM/Mult/Tasks/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name puremc-dndeta does not match its file name puremc-dndeta.cxx. (Matches puremcDndeta.cxx.)
SOURCES puremc-dndeta.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(dndeta-hi

Check failure on line 27 in PWGMM/Mult/Tasks/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name dndeta-hi does not match its file name dndeta-hi.cxx. (Matches dndetaHi.cxx.)
SOURCES dndeta-hi.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(dndeta-mft

Check failure on line 32 in PWGMM/Mult/Tasks/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name dndeta-mft does not match its file name dndeta-mft.cxx. (Matches dndetaMft.cxx.)
SOURCES dndeta-mft.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(dndeta-mft-pbpb

Check failure on line 37 in PWGMM/Mult/Tasks/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name dndeta-mft-pbpb does not match its file name dndetaMFTPbPb.cxx. (Matches dndetaMftPbpb.cxx.)
SOURCES dndetaMFTPbPb.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::AnalysisCCDB
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(flatenicity-fv0

Check failure on line 42 in PWGMM/Mult/Tasks/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name flatenicity-fv0 does not match its file name flatenicityFV0.cxx. (Matches flatenicityFv0.cxx.)
SOURCES flatenicityFV0.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(vertexing-fwd

Check failure on line 47 in PWGMM/Mult/Tasks/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name vertexing-fwd does not match its file name vertexing-fwd.cxx. (Matches vertexingFwd.cxx.)
SOURCES vertexing-fwd.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
O2::ReconstructionDataFormats
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(assessment-mft

Check failure on line 53 in PWGMM/Mult/Tasks/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name assessment-mft does not match its file name assessment-mft.cxx. (Matches assessmentMft.cxx.)
SOURCES assessment-mft.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(effpt-mft

Check failure on line 58 in PWGMM/Mult/Tasks/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name effpt-mft does not match its file name effpt-mft.cxx. (Matches effptMft.cxx.)
SOURCES effpt-mft.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(heavy-ion-mult

Check failure on line 63 in PWGMM/Mult/Tasks/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name heavy-ion-mult does not match its file name heavy-ion-mult.cxx. (Matches heavyIonMult.cxx.)
SOURCES heavy-ion-mult.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)
Expand All @@ -79,3 +79,8 @@
SOURCES flattenicty-chrg.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(pseudo-eff-mft
SOURCES pseudoEffMFT.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2::MFTBase O2::DataFormatsMFT O2::MFTTracking O2::ITSMFTSimulation O2::ITSMFTWorkflow
COMPONENT_NAME Analysis)
Loading
Loading