|
1 | | -// Copyright 2019-2022 CERN and copyright holders of ALICE O2. |
| 1 | +// Copyright 2019-2025 CERN and copyright holders of ALICE O2. |
2 | 2 | // See https://alice-o2.web.cern.ch/copyright for details of the copyright holders. |
3 | 3 | // All rights not expressly granted are reserved. |
4 | 4 | // |
5 | 5 | // This software is distributed under the terms of the GNU General Public |
6 | 6 | // License v3 (GPL Version 3), copied verbatim in the file "COPYING". |
7 | | -// kPhiPosdaughTOF_NegdaughTPC |
| 7 | +// |
8 | 8 | // In applying this license CERN does not waive the privileges and immunities |
9 | 9 | // granted to it by virtue of its status as an Intergovernmental Organization |
10 | 10 | // or submit itself to any jurisdiction. |
|
15 | 15 | /// \author Andi Mathis, TU München, andreas.mathis@ph.tum.de |
16 | 16 | /// \author Luca Barioglio, TU München, luca.barioglio@cern.ch |
17 | 17 |
|
18 | | -#ifndef PWGCF_FEMTODREAM_CORE_FEMTODREAMRESOSELECTION_H_ |
19 | | -#define PWGCF_FEMTODREAM_CORE_FEMTODREAMRESOSELECTION_H_ |
| 18 | +#ifndef PWGCF_FEMTODREAM_CORE_FEMTODREAMRESOSELECTIONKSTAR_H_ |
| 19 | +#define PWGCF_FEMTODREAM_CORE_FEMTODREAMRESOSELECTIONKSTAR_H_ |
20 | 20 |
|
21 | 21 | #include "PWGCF/DataModel/FemtoDerived.h" |
22 | 22 | #include "PWGCF/FemtoDream/Core/femtoDreamObjectSelection.h" |
|
37 | 37 | #include <iostream> |
38 | 38 | #include <string> |
39 | 39 | #include <vector> |
| 40 | +#include <utility> |
40 | 41 |
|
41 | 42 | using namespace o2; |
42 | 43 | using namespace o2::framework; |
@@ -282,7 +283,7 @@ void FemtoDreamResoSelection::setDaughterCuts(femtoDreamResoSelection::Daughtert |
282 | 283 | { |
283 | 284 | if (daugh == femtoDreamResoSelection::kPosdaugh) { |
284 | 285 | PosDaughTrack.setSelection(selVal, selVar, selType); |
285 | | - }; |
| 286 | + } |
286 | 287 | if (daugh == femtoDreamResoSelection::kNegdaugh) { |
287 | 288 | NegDaughTrack.setSelection(selVal, selVar, selType); |
288 | 289 | } |
@@ -411,4 +412,4 @@ std::array<cutContainerType, 5> FemtoDreamResoSelection::getCutContainer(V const |
411 | 412 | } |
412 | 413 | } // namespace o2::analysis::femtoDream |
413 | 414 |
|
414 | | -#endif // PWGCF_FEMTODREAM_CORE_FEMTODREAMRESOSELECTION_H_ |
| 415 | +#endif // PWGCF_FEMTODREAM_CORE_FEMTODREAMRESOSELECTIONKSTAR_H_ |
0 commit comments