forked from AliceO2Group/O2Physics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f226dc2
commit f5cd0dc
Showing
1 changed file
with
46 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,50 @@ | ||
#Copyright 2019 - 2020 CERN and copyright holders of ALICE O2. | ||
#See https: // alice-o2.web.cern.ch/copyright for details of the copyright holders. | ||
#All rights not expressly granted are reserved. | ||
# Copyright 2019-2020 CERN and copyright holders of ALICE O2. | ||
# See https://alice-o2.web.cern.ch/copyright for details of the copyright holders. | ||
# All rights not expressly granted are reserved. | ||
# | ||
#This software is distributed under the terms of the GNU General Public | ||
#License v3(GPL Version 3), copied verbatim in the file "COPYING". | ||
# This software is distributed under the terms of the GNU General Public | ||
# License v3 (GPL Version 3), copied verbatim in the file "COPYING". | ||
# | ||
#In applying this license CERN does not waive the privileges and immunities | ||
#granted to it by virtue of its status as an Intergovernmental Organization | ||
# In applying this license CERN does not waive the privileges and immunities | ||
# granted to it by virtue of its status as an Intergovernmental Organization | ||
# or submit itself to any jurisdiction. | ||
|
||
o2physics_add_dpl_workflow(meanpt - fluctuations | ||
SOURCES MeanptFluctuations.cxx | ||
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore | ||
COMPONENT_NAME Analysis) | ||
|
||
o2physics_add_dpl_workflow(mean - pt - fluc - id SOURCES meanPtFlucId.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore COMPONENT_NAME Analysis) | ||
|
||
o2physics_add_dpl_workflow(netproton - cumulants | ||
SOURCES NetProtonCumulants.cxx | ||
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore | ||
COMPONENT_NAME Analysis) | ||
|
||
o2physics_add_dpl_workflow(identified - meanpt - fluctuations SOURCES IdentifiedMeanPtFluctuations.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore COMPONENT_NAME Analysis) | ||
|
||
o2physics_add_dpl_workflow(robust - fluctuation - observables SOURCES RobustFluctuationObservables.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore COMPONENT_NAME Analysis) | ||
|
||
o2physics_add_dpl_workflow(v0pt - pp - task SOURCES Diff_pT_fluct_PID.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore COMPONENT_NAME Analysis) | ||
|
||
o2physics_add_dpl_workflow(factorial - moments | ||
SOURCES FactorialMomentsTask.cxx | ||
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore | ||
COMPONENT_NAME Analysis) | ||
|
||
o2physics_add_dpl_workflow(netcharge - fluctuations | ||
SOURCES netchargeFluctuations.cxx | ||
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore | ||
COMPONENT_NAME Analysis) | ||
o2physics_add_dpl_workflow(meanpt-fluctuations | ||
SOURCES MeanptFluctuations.cxx | ||
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore | ||
COMPONENT_NAME Analysis) | ||
|
||
o2physics_add_dpl_workflow(mean-pt-fluc-id | ||
SOURCES meanPtFlucId.cxx | ||
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore | ||
COMPONENT_NAME Analysis) | ||
|
||
o2physics_add_dpl_workflow(netproton-cumulants | ||
SOURCES NetProtonCumulants.cxx | ||
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore | ||
COMPONENT_NAME Analysis) | ||
|
||
o2physics_add_dpl_workflow(identified-meanpt-fluctuations | ||
SOURCES IdentifiedMeanPtFluctuations.cxx | ||
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore | ||
COMPONENT_NAME Analysis) | ||
|
||
o2physics_add_dpl_workflow(robust-fluctuation-observables | ||
SOURCES RobustFluctuationObservables.cxx | ||
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore | ||
COMPONENT_NAME Analysis) | ||
|
||
o2physics_add_dpl_workflow(v0pt-pp-task | ||
SOURCES Diff_pT_fluct_PID.cxx | ||
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore | ||
COMPONENT_NAME Analysis) | ||
|
||
o2physics_add_dpl_workflow(factorial-moments | ||
SOURCES FactorialMomentsTask.cxx | ||
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore | ||
COMPONENT_NAME Analysis) | ||
|
||
o2physics_add_dpl_workflow(netcharge-fluctuations | ||
SOURCES netchargeFluctuations.cxx | ||
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore | ||
COMPONENT_NAME Analysis) |