Skip to content

Commit bce208d

Browse files
committed
This time the correct header error...
1 parent 711f049 commit bce208d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

PWGCF/FemtoDream/Tasks/CMakeLists.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#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.
3-
#All rights not expressly granted are reserved.
1+
# 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.
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

1212
o2physics_add_dpl_workflow(femtodream-pair-track-track
@@ -62,4 +62,4 @@ o2physics_add_dpl_workflow(femtodream-hash
6262
o2physics_add_dpl_workflow(femtodream-pair-v0-v0
6363
SOURCES femtoDreamPairTaskV0V0.cxx
6464
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
65-
COMPONENT_NAME Analysis)
65+
COMPONENT_NAME Analysis)

PWGCF/FemtoDream/Tasks/femtoDreamPairTaskV0V0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ struct femtoDreamPairTaskV0V0 {
328328
}
329329
}
330330
}
331-
}else {
331+
} else {
332332
for (auto& [p1, p2] : combinations(CombinationsFullIndexPolicy(SliceV01, SliceV02))) {
333333
if (Option.CPROn.value) {
334334
if (pairCloseRejectionSE.isClosePair(p1, p2, parts, col.magField())) {

0 commit comments

Comments
 (0)