Skip to content

Commit 4339e9c

Browse files
glromanenjacazioalibuild
authored
Femto 3D table producer (#3893)
* update the Femto3D's data model as requested --------- Co-authored-by: Nicolò Jacazio <njacazio@users.noreply.github.com> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 1f8b04c commit 4339e9c

File tree

9 files changed

+445
-297
lines changed

9 files changed

+445
-297
lines changed

PWGCF/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ add_subdirectory(TableProducer)
2222
add_subdirectory(Tutorial)
2323
add_subdirectory(TwoParticleCorrelations)
2424
add_subdirectory(JCorran)
25-
25+
add_subdirectory(Femto3D)

PWGCF/DataModel/singletrackselector.h

Lines changed: 0 additions & 182 deletions
This file was deleted.

PWGCF/Femto3D/CMakeLists.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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(TableProducer)
15+
#add_subdirectory(Tasks)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.

0 commit comments

Comments
 (0)