Skip to content

Commit 68051db

Browse files
authored
Merge pull request #19 from alibuild/alibot-cleanup-14437
Please consider the following formatting changes to #14437
2 parents a3d8fd3 + 33a58f2 commit 68051db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

PWGCF/JCorran/Tasks/flowJSPCAnalysis.cxx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,10 @@ struct flowJSPCAnalysis {
126126
// histManager.FillTrackQA<0>(track, cBin, collision.posZ());
127127

128128
using JInputClassIter = typename TrackT::iterator;
129-
if constexpr (std::experimental::is_detected<HasWeightNUA, const JInputClassIter>::value) wNUA=track.weightNUA();
130-
if constexpr (std::experimental::is_detected<HasWeightEff, const JInputClassIter>::value) wEff=track.weightEff();
129+
if constexpr (std::experimental::is_detected<HasWeightNUA, const JInputClassIter>::value)
130+
wNUA = track.weightNUA();
131+
if constexpr (std::experimental::is_detected<HasWeightEff, const JInputClassIter>::value)
132+
wEff = track.weightEff();
131133
histManager.fillTrackQA<1>(track, cBin, wEff, wNUA, collision.posZ());
132134

133135
if constexpr (std::experimental::is_detected<HasWeightNUA, const JInputClassIter>::value) {

0 commit comments

Comments
 (0)