Skip to content

Commit 2aa6951

Browse files
author
Niveditha Ramasubramanian
committed
Add UPC Polarisation J/ψ Incorr task
1 parent 6e5d91d commit 2aa6951

File tree

2 files changed

+378
-6
lines changed

2 files changed

+378
-6
lines changed

PWGUD/Tasks/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
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(upc-polarisation-jpsiincorr
13+
SOURCES upcPolarisationJPsiIncorr.cxx
14+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase
15+
COMPONENT_NAME Analysis)
16+
1217
o2physics_add_dpl_workflow(upc
1318
SOURCES upcAnalysis.cxx
1419
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase
@@ -230,7 +235,7 @@ o2physics_add_dpl_workflow(upc-quarkonia-central-barrel
230235
COMPONENT_NAME Analysis)
231236

232237
o2physics_add_dpl_workflow(test-mc-std-tabs-rl
233-
SOURCES testMcStdTabsRl.cxx
238+
SOURCES testMCstdTabsRL.cxx
234239
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::ReconstructionDataFormats O2::DetectorsBase O2::DetectorsCommonDataFormats
235240
COMPONENT_NAME Analysis)
236241

@@ -253,8 +258,3 @@ o2physics_add_dpl_workflow(analysis-mc-dpm-jet-sg-v3
253258
SOURCES analysisMCDPMJetSGv3.cxx
254259
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
255260
COMPONENT_NAME Analysis)
256-
257-
o2physics_add_dpl_workflow(upc-test-rct-tables
258-
SOURCES upcTestRctTables.cxx
259-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
260-
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)