Skip to content

Commit f775418

Browse files
authored
PWGEM folders and authors (AliceO2Group#806)
1 parent c2fc428 commit f775418

4 files changed

Lines changed: 38 additions & 3 deletions

File tree

CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
/EventFiltering/PWGJE @alibuild @fkrizek
2626
/PWGCF @alibuild @jgrosseo @saganatt @victor-gonzalez
2727
/PWGDQ @alibuild @iarsene
28+
/PWGEM @alibuild @mikesas @rbailhac
29+
/PWGEM/Dilepton @alibuild @mikesas @rbailhac @dsekihat @ivorobye
30+
/PWGEM/PhotonMeson @alibuild @mikesas @rbailhac @m-c-danisch @novitzky
2831
/PWGHF @alibuild @ginnocen @vkucera @fcolamar
2932
/PWGHF/D2H @alibuild @ginnocen @vkucera @fcolamar @cterrevo @xinyepeng @lvermunt
3033
/PWGHF/HFC @alibuild @ginnocen @vkucera @fcolamar @cterrevo @mmazzilli

PWGEM/CMakeLists.txt

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

12-
# add_subdirectory(Core)
13-
# add_subdirectory(DataModel)
12+
# add_subdirectory(Dilepton)
13+
# add_subdirectory(PhotonMeson)
14+
1415
add_subdirectory(Tasks)
15-
# add_subdirectory(TableProducer)
1616

PWGEM/Dilepton/CMakeLists.txt

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+
# add_subdirectory(Core)
13+
# add_subdirectory(DataModel)
14+
# add_subdirectory(Tasks)
15+
# add_subdirectory(TableProducer)
16+

PWGEM/PhotonMeson/CMakeLists.txt

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+
# add_subdirectory(Core)
13+
# add_subdirectory(DataModel)
14+
# add_subdirectory(Tasks)
15+
# add_subdirectory(TableProducer)
16+

0 commit comments

Comments
 (0)