Skip to content

Commit e848349

Browse files
committed
Fix copyright header and Mega Linter errors
1 parent cd974ea commit e848349

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -349,14 +349,7 @@ class FemtoDreamDetaDphiStar
349349
histdetadpi_eta[nhist]->Fill(deta, dphiAvg, daughterPart1.eta(), daughterPart2.eta());
350350
histdetadpi_phi[nhist]->Fill(deta, dphiAvg, daughterPart1.phi(), daughterPart2.phi());
351351
}
352-
} /* else if (Q3 < upperQ3LimitForPlotting) {
353-
histdetadpi[i][0]->Fill(deta, dphiAvg);
354-
histdetadpi[i][2]->Fill(deta, dphi_AT_PV);
355-
if (fillQA) {
356-
histdetadpi_eta[i]->Fill(deta, dphiAvg, part1.eta(), daughter.eta());
357-
histdetadpi_phi[i]->Fill(deta, dphiAvg, part1.phi(), daughter.phi());
358-
}
359-
} */
352+
}
360353
if (sameCharge) {
361354
if (atWhichRadiiToSelect == 1) {
362355
if (pow(dphiAvg, 2) / pow(deltaPhiMax, 2) + pow(deta, 2) / pow(deltaEtaMax, 2) < 1.) {

PWGCF/FemtoDream/Tasks/femtoDreamPairTaskV0V0.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
/// \file femtoDreamPairTaskTrackTrack.cxx
12+
/// \file femtoDreamPairTaskV0V0.cxx
1313
/// \brief Tasks that reads the track tables used for the pairing and builds pairs of two tracks
1414
/// \author Andi Mathis, TU München, andreas.mathis@ph.tum.de
1515
/// \author Georgios Mantzaridis, TU München, georgios.mantzaridis@tum.de
1616
/// \author Anton Riedel, TU München, anton.riedel@tum.de
17+
/// \author Bianca Popa, TU München, bianca.popa@tum.de
1718

1819
#include "PWGCF/DataModel/FemtoDerived.h"
1920
#include "PWGCF/FemtoDream/Core/femtoDreamContainer.h"

0 commit comments

Comments
 (0)