Skip to content

Commit 6e9be1a

Browse files
nstrangmNicolas Strangmann
andauthored
[PWGEM/PhotonMeson] Add omega EMC task and extend gg histograms (#12184)
Co-authored-by: Nicolas Strangmann <nicolas.strangmann@.cern.ch>
1 parent 3ea94fe commit 6e9be1a

File tree

4 files changed

+386
-23
lines changed

4 files changed

+386
-23
lines changed

PWGEM/PhotonMeson/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ o2physics_add_dpl_workflow(heavy-neutral-meson
6464
PUBLIC_LINK_LIBRARIES O2::Framework O2::EMCALBase O2::EMCALCalib O2Physics::AnalysisCore O2Physics::PWGEMPhotonMesonCore
6565
COMPONENT_NAME Analysis)
6666

67+
o2physics_add_dpl_workflow(omega-meson-emc
68+
SOURCES OmegaMesonEMC.cxx
69+
PUBLIC_LINK_LIBRARIES O2::Framework O2::EMCALBase O2::EMCALCalib O2Physics::AnalysisCore O2Physics::PWGEMPhotonMesonCore
70+
COMPONENT_NAME Analysis)
71+
6772
o2physics_add_dpl_workflow(phos-qc
6873
SOURCES phosQC.cxx
6974
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore O2Physics::PWGEMPhotonMesonCore

0 commit comments

Comments
 (0)