Skip to content

Commit 3ef77de

Browse files
authored
Dielectron em efficiency task (#997)
* Dielectron efficiency task * Clear up * Fixes * Further Fixe
1 parent 894f153 commit 3ef77de

4 files changed

Lines changed: 1102 additions & 2 deletions

File tree

PWGEM/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# granted to it by virtue of its status as an Intergovernmental Organization
1010
# or submit itself to any jurisdiction.
1111

12-
# add_subdirectory(Dilepton)
12+
add_subdirectory(Dilepton)
1313

1414
add_subdirectory(PhotonMeson)
1515
add_subdirectory(Tasks)

PWGEM/Dilepton/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
# add_subdirectory(Core)
1313
# add_subdirectory(DataModel)
14-
# add_subdirectory(Tasks)
14+
add_subdirectory(Tasks)
1515
# add_subdirectory(TableProducer)
1616

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2+
# See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+
# All rights not expressly granted are reserved.
4+
#
5+
# This software is distributed under the terms of the GNU General Public
6+
# License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7+
#
8+
# In applying this license CERN does not waive the privileges and immunities
9+
# granted to it by virtue of its status as an Intergovernmental Organization
10+
# or submit itself to any jurisdiction.
11+
12+
13+
o2physics_add_dpl_workflow(efficiency-ee
14+
SOURCES emEfficiencyEE.cxx
15+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase O2Physics::AnalysisCore O2Physics::PWGDQCore
16+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)