Skip to content

Commit 711f049

Browse files
committed
More MegaLinter and Copyright errors
1 parent e848349 commit 711f049

File tree

2 files changed

+46
-23
lines changed

2 files changed

+46
-23
lines changed
Lines changed: 45 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Copyright 2019 - 2025 CERN and copyright holders of ALICE O2.
2-
#See https: // alice-o2.web.cern.ch/copyright for details of the copyright holders.
2+
#See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
33
#All rights not expressly granted are reserved.
44
#
55
#This software is distributed under the terms of the GNU General Public
@@ -9,31 +9,57 @@
99
#granted to it by virtue of its status as an Intergovernmental Organization
1010
# or submit itself to any jurisdiction.
1111

12-
o2physics_add_dpl_workflow(femtodream - pair - track - track SOURCES femtoDreamPairTaskTrackTrack.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis)
12+
o2physics_add_dpl_workflow(femtodream-pair-track-track
13+
SOURCES femtoDreamPairTaskTrackTrack.cxx
14+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
15+
COMPONENT_NAME Analysis)
1316

14-
o2physics_add_dpl_workflow(femtodream - triplet - track - track - track SOURCES femtoDreamTripletTaskTrackTrackTrack.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis)
17+
o2physics_add_dpl_workflow(femtodream-triplet-track-track-track
18+
SOURCES femtoDreamTripletTaskTrackTrackTrack.cxx
19+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
20+
COMPONENT_NAME Analysis)
1521

16-
o2physics_add_dpl_workflow(femtodream - triplet - track - track - track - pb - pb SOURCES femtoDreamTripletTaskTrackTrackTrackPbPb.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis)
22+
o2physics_add_dpl_workflow(femtodream-pair-track-v0
23+
SOURCES femtoDreamPairTaskTrackV0.cxx
24+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
25+
COMPONENT_NAME Analysis)
1726

18-
o2physics_add_dpl_workflow(femtodream - pair - track - v0 SOURCES femtoDreamPairTaskTrackV0.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis)
27+
o2physics_add_dpl_workflow(femtodream-pair-track-cascade
28+
SOURCES femtoDreamPairTaskTrackCascade.cxx
29+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
30+
COMPONENT_NAME Analysis)
1931

20-
o2physics_add_dpl_workflow(femtodream - pair - track - cascade SOURCES femtoDreamPairTaskTrackCascade.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis)
32+
o2physics_add_dpl_workflow(femtodream-triplet-track-track-v0
33+
SOURCES femtoDreamTripletTaskTrackTrackV0.cxx
34+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
35+
COMPONENT_NAME Analysis)
2136

22-
o2physics_add_dpl_workflow(femtodream - triplet - track - track - v0 SOURCES femtoDreamTripletTaskTrackTrackV0.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis)
37+
o2physics_add_dpl_workflow(femtodream-debug-track
38+
SOURCES femtoDreamDebugTrack.cxx
39+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
40+
COMPONENT_NAME Analysis)
2341

24-
o2physics_add_dpl_workflow(femtodream - debug - track SOURCES femtoDreamDebugTrack.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis)
42+
o2physics_add_dpl_workflow(femtodream-debug-v0
43+
SOURCES femtoDreamDebugV0.cxx
44+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
45+
COMPONENT_NAME Analysis)
2546

26-
o2physics_add_dpl_workflow(femtodream - debug - v0 SOURCES femtoDreamDebugV0.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis)
47+
o2physics_add_dpl_workflow(femtodream-debug-cascade
48+
SOURCES femtoDreamDebugCascade.cxx
49+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
50+
COMPONENT_NAME Analysis)
2751

28-
o2physics_add_dpl_workflow(femtodream - debug - cascade SOURCES femtoDreamDebugCascade.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis)
52+
o2physics_add_dpl_workflow(femtodream-collision-masker
53+
SOURCES femtoDreamCollisionMasker.cxx
54+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
55+
COMPONENT_NAME Analysis)
2956

30-
o2physics_add_dpl_workflow(femtodream - collision - masker SOURCES femtoDreamCollisionMasker.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis)
57+
o2physics_add_dpl_workflow(femtodream-hash
58+
SOURCES femtoDreamHashTask.cxx
59+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
60+
COMPONENT_NAME Analysis)
3161

32-
o2physics_add_dpl_workflow(femtodream - pair - efficiency SOURCES femtoDreamPairEfficiency.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis)
33-
34-
o2physics_add_dpl_workflow(femtodream - hash
35-
SOURCES femtoDreamHashTask.cxx
36-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
37-
COMPONENT_NAME Analysis)
38-
39-
o2physics_add_dpl_workflow(femtodream - pair - v0 - v0 SOURCES femtoDreamPairTaskV0V0.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis)
62+
o2physics_add_dpl_workflow(femtodream-pair-v0-v0
63+
SOURCES femtoDreamPairTaskV0V0.cxx
64+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
65+
COMPONENT_NAME Analysis)

PWGCF/FemtoDream/Tasks/femtoDreamPairTaskV0V0.cxx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,7 @@ struct femtoDreamPairTaskV0V0 {
328328
}
329329
}
330330
}
331-
}
332-
333-
else {
331+
}else {
334332
for (auto& [p1, p2] : combinations(CombinationsFullIndexPolicy(SliceV01, SliceV02))) {
335333
if (Option.CPROn.value) {
336334
if (pairCloseRejectionSE.isClosePair(p1, p2, parts, col.magField())) {
@@ -343,7 +341,6 @@ struct femtoDreamPairTaskV0V0 {
343341
continue;
344342
}
345343
*/
346-
347344
sameEventCont.setPair<isMC>(p1, p2, col.multNtr(), col.multV0M(), Option.Use4D, Option.ExtendedPlots, Option.SmearingByOrigin);
348345
}
349346
}

0 commit comments

Comments
 (0)