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.
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.
44#
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".
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".
77#
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
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
1010# or submit itself to any jurisdiction.
1111
1212o2physics_add_library (UDGoodRunSelector
13- SOURCES UDGoodRunSelector.cxx
14- PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore ROOT::EG RapidJSON::RapidJSON )
13+ SOURCES UDGoodRunSelector.cxx
14+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore ROOT::EG RapidJSON::RapidJSON )
1515
16- o2physics_target_root_dictionary (UDGoodRunSelector
17- HEADERS UDGoodRunSelector.h
18- LINKDEF UDGoodRunSelectorLinkDef.h )
16+ o2physics_target_root_dictionary (UDGoodRunSelector
17+ HEADERS UDGoodRunSelector.h
18+ LINKDEF UDGoodRunSelectorLinkDef.h )
1919
20- o2physics_add_library (UDFSParser
21- SOURCES UDFSParser.cxx
22- PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore )
20+ o2physics_add_library (UDFSParser
21+ SOURCES UDFSParser.cxx
22+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore )
2323
24- o2physics_target_root_dictionary (UDFSParser
25- HEADERS UDFSParser.h
26- LINKDEF UDFSParserLinkDef.h )
24+ o2physics_target_root_dictionary (UDFSParser
25+ HEADERS UDFSParser.h
26+ LINKDEF UDFSParserLinkDef.h )
2727
28- o2physics_add_library (DGCutparHolder
29- SOURCES DGCutparHolder.cxx
30- PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore )
28+ o2physics_add_library (DGCutparHolder
29+ SOURCES DGCutparHolder.cxx
30+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore )
3131
32- o2physics_target_root_dictionary (DGCutparHolder
33- HEADERS DGCutparHolder.h
34- LINKDEF DGCutparHolderLinkDef.h )
32+ o2physics_target_root_dictionary (DGCutparHolder
33+ HEADERS DGCutparHolder.h
34+ LINKDEF DGCutparHolderLinkDef.h )
3535
36- o2physics_add_library (SGCutParHolder
37- SOURCES SGCutParHolder.cxx
38- PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore )
36+ o2physics_add_library (SGCutParHolder
37+ SOURCES SGCutParHolder.cxx
38+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore )
3939
40- o2physics_target_root_dictionary (SGCutParHolder
41- HEADERS SGCutParHolder.h
42- LINKDEF SGCutParHolderLinkDef.h )
40+ o2physics_target_root_dictionary (SGCutParHolder
41+ HEADERS SGCutParHolder.h
42+ LINKDEF SGCutParHolderLinkDef.h )
4343
44- o2physics_add_library (DGPIDSelector
45- SOURCES DGPIDSelector.cxx
46- PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore ROOT::EG )
44+ o2physics_add_library (DGPIDSelector
45+ SOURCES DGPIDSelector.cxx
46+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore ROOT::EG )
4747
48- o2physics_target_root_dictionary (DGPIDSelector
49- HEADERS DGPIDSelector.h
50- LINKDEF DGPIDSelectorLinkDef.h )
48+ o2physics_target_root_dictionary (DGPIDSelector
49+ HEADERS DGPIDSelector.h
50+ LINKDEF DGPIDSelectorLinkDef.h )
5151
52- o2physics_add_library (UPCCutparHolder
53- SOURCES UPCCutparHolder.cxx
54- PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore )
52+ o2physics_add_library (UPCCutparHolder
53+ SOURCES UPCCutparHolder.cxx
54+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore )
5555
56- o2physics_target_root_dictionary (UPCCutparHolder
57- HEADERS UPCCutparHolder.h
58- LINKDEF UPCCutparHolderLinkDef.h )
56+ o2physics_target_root_dictionary (UPCCutparHolder
57+ HEADERS UPCCutparHolder.h
58+ LINKDEF UPCCutparHolderLinkDef.h )
5959
60- o2physics_add_library (decayTree
61- SOURCES decayTree.cxx
62- PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore ROOT::EG RapidJSON::RapidJSON )
60+ o2physics_add_library (decayTree
61+ SOURCES decayTree.cxx
62+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore ROOT::EG RapidJSON::RapidJSON )
6363
64- o2physics_target_root_dictionary (decayTree
65- HEADERS decayTree.h
66- LINKDEF decayTreeLinkDef.h )
64+ o2physics_target_root_dictionary (decayTree
65+ HEADERS decayTree.h
66+ LINKDEF decayTreeLinkDef.h )
6767
68- o2physics_add_library (FITCutParHolder
69- SOURCES FITCutParHolder.cxx
70- PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore )
68+ o2physics_add_library (FITCutParHolder
69+ SOURCES FITCutParHolder.cxx
70+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore )
7171
72- o2physics_target_root_dictionary (FITCutParHolder
73- HEADERS FITCutParHolder.h
74- LINKDEF FITCutParHolderLinkDef.h )
72+ o2physics_target_root_dictionary (FITCutParHolder
73+ HEADERS FITCutParHolder.h
74+ LINKDEF FITCutParHolderLinkDef.h )
0 commit comments