Skip to content

Commit 42d215e

Browse files
author
Stefanie Mrozinski
committed
fix MegaLinter
1 parent a9bdace commit 42d215e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

PWGEM/PhotonMeson/Tasks/photonhbt.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,6 @@ struct Photonhbt {
446446
HistogramRegistry fRegistryPairMC{"pairMC", {}, OutputObjHandlingPolicy::AnalysisObject, false, false};
447447
HistogramRegistry fRegistryTruthMC{"truthMC", {}, OutputObjHandlingPolicy::AnalysisObject, false, false};
448448

449-
static constexpr std::array<std::string_view, 2> event_pair_types = {"same/", "mix/"};
450-
451449
EMPhotonEventCut fEMEventCut;
452450
V0PhotonCut fV0PhotonCut;
453451

@@ -1400,7 +1398,7 @@ struct Photonhbt {
14001398
float qout_lcms = q3_lcms.Dot(uv_out);
14011399
float qside_lcms = q3_lcms.Dot(uv_side);
14021400
float qlong_lcms = q3_lcms.Dot(uv_long);
1403-
constexpr auto mcDir = mcDirPrefix<TruthT, ev_id == 1>();
1401+
constexpr auto mcDir = mcDirPrefix<TruthT, ev_id == 1>();
14041402
if (hbtanalysis.cfgDo3D) {
14051403
fRegistryPairMC.fill(HIST(mcDir) + HIST("CF_3D"),
14061404
std::fabs(qout_lcms), std::fabs(qside_lcms), std::fabs(qlong_lcms), kt, weight);

0 commit comments

Comments
 (0)