Skip to content

Commit eb4d3f9

Browse files
committed
Fix header style and MegaLinter Errors
1 parent 834c94f commit eb4d3f9

6 files changed

Lines changed: 32 additions & 20 deletions

PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -293,14 +293,7 @@ class FemtoDreamDetaDphiStar
293293
histdetadpi_eta[nhist]->Fill(deta, dphiAvg, daughterPart1.eta(), daughterPart2.eta());
294294
histdetadpi_phi[nhist]->Fill(deta, dphiAvg, daughterPart1.phi(), daughterPart2.phi());
295295
}
296-
} /* else if (Q3 < upperQ3LimitForPlotting) {
297-
histdetadpi[i][0]->Fill(deta, dphiAvg);
298-
histdetadpi[i][2]->Fill(deta, dphi_AT_PV);
299-
if (fillQA) {
300-
histdetadpi_eta[i]->Fill(deta, dphiAvg, part1.eta(), daughter.eta());
301-
histdetadpi_phi[i]->Fill(deta, dphiAvg, part1.phi(), daughter.phi());
302-
}
303-
} */
296+
}
304297
if (sameCharge) {
305298
if (atWhichRadiiToSelect == 1) {
306299
if (pow(dphiAvg, 2) / pow(deltaPhiMax, 2) + pow(deta, 2) / pow(deltaEtaMax, 2) < 1.) {

PWGCF/FemtoDream/Core/femtoDreamResoSelection.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// Copyright 2019-2022 CERN and copyright holders of ALICE O2.
1+
// Copyright 2019-2025 CERN and copyright holders of ALICE O2.
22
// 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
66
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7-
// kPhiPosdaughTOF_NegdaughTPC
7+
//
88
// In applying this license CERN does not waive the privileges and immunities
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.

PWGCF/FemtoDream/Core/femtoDreamResoSelectionKStar.h

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// Copyright 2019-2022 CERN and copyright holders of ALICE O2.
1+
// Copyright 2019-2025 CERN and copyright holders of ALICE O2.
22
// 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
66
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7-
// kPhiPosdaughTOF_NegdaughTPC
7+
//
88
// In applying this license CERN does not waive the privileges and immunities
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
@@ -15,8 +15,8 @@
1515
/// \author Andi Mathis, TU München, andreas.mathis@ph.tum.de
1616
/// \author Luca Barioglio, TU München, luca.barioglio@cern.ch
1717

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_
2020

2121
#include "PWGCF/DataModel/FemtoDerived.h"
2222
#include "PWGCF/FemtoDream/Core/femtoDreamObjectSelection.h"
@@ -37,6 +37,7 @@
3737
#include <iostream>
3838
#include <string>
3939
#include <vector>
40+
#include <utility>
4041

4142
using namespace o2;
4243
using namespace o2::framework;
@@ -282,7 +283,7 @@ void FemtoDreamResoSelection::setDaughterCuts(femtoDreamResoSelection::Daughtert
282283
{
283284
if (daugh == femtoDreamResoSelection::kPosdaugh) {
284285
PosDaughTrack.setSelection(selVal, selVar, selType);
285-
};
286+
}
286287
if (daugh == femtoDreamResoSelection::kNegdaugh) {
287288
NegDaughTrack.setSelection(selVal, selVar, selType);
288289
}
@@ -411,4 +412,4 @@ std::array<cutContainerType, 5> FemtoDreamResoSelection::getCutContainer(V const
411412
}
412413
} // namespace o2::analysis::femtoDream
413414

414-
#endif // PWGCF_FEMTODREAM_CORE_FEMTODREAMRESOSELECTION_H_
415+
#endif // PWGCF_FEMTODREAM_CORE_FEMTODREAMRESOSELECTIONKSTAR_H_

PWGCF/FemtoDream/Core/femtoDreamV0SelectionK0Short.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
/// \author Andi Mathis, TU München, andreas.mathis@ph.tum.de
1616
/// \author Luca Barioglio, TU München, luca.barioglio@cern.ch
1717

18-
#ifndef PWGCF_FEMTODREAM_CORE_FEMTODREAMV0SELECTION_H_
19-
#define PWGCF_FEMTODREAM_CORE_FEMTODREAMV0SELECTION_H_
18+
#ifndef PWGCF_FEMTODREAM_CORE_FEMTODREAMV0SELECTIONK0SHORT_H_
19+
#define PWGCF_FEMTODREAM_CORE_FEMTODREAMV0SELECTIONK0SHORT_H_
2020

2121
#include "PWGCF/FemtoDream/Core/femtoDreamObjectSelection.h"
2222
#include "PWGCF/FemtoDream/Core/femtoDreamSelection.h"
@@ -775,4 +775,4 @@ void FemtoDreamV0Selection::fillQA(C const& /*col*/, V const& v0, T const& posTr
775775

776776
} // namespace o2::analysis::femtoDream
777777

778-
#endif // PWGCF_FEMTODREAM_CORE_FEMTODREAMV0SELECTION_H_
778+
#endif // PWGCF_FEMTODREAM_CORE_FEMTODREAMV0SELECTIONK0SHORT_H_

PWGCF/FemtoDream/Tasks/femtoDreamDebugReso.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include <cstdint>
3333
#include <iostream>
3434
#include <vector>
35+
#include <string>
3536

3637
using namespace o2;
3738
using namespace o2::analysis::femtoDream;

PWGCF/FemtoDream/Tasks/femtoDreamPairTaskV0Reso.cxx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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.
4+
//
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".
7+
//
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
10+
// or submit itself to any jurisdiction.
11+
12+
13+
14+
/// \file femtoDreamPairTaskV0Reso.cxx
15+
/// \brief Tasks that reads the track tables used for the pairing and builds pairs of two tracks
16+
/// \author Christopher Klumm, TU München, christopher.klumm@cern.ch
17+
/// \author Anton Riedel, TU München, anton.riedel@cern.ch
18+
/// \author Georgios Mantzaridis, TU München, georgios.mantzaridis@cern.ch
119

2-
// comments
320

421
#include "PWGCF/DataModel/FemtoDerived.h"
522
#include "PWGCF/FemtoDream/Core/femtoDreamContainer.h"

0 commit comments

Comments
 (0)