Skip to content

Commit a35904c

Browse files
committed
Fix clang
1 parent 8084db2 commit a35904c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ struct PhiMesonCandProducer {
160160
{
161161
ROOT::Math::PxPyPzMVector daughter1(track1.px(), track1.py(), track1.pz(), massdaughter1); // set the daughter1 4-momentum
162162
ROOT::Math::PxPyPzMVector daughter2(track2.px(), track2.py(), track2.pz(), massdaughter2); // set the daughter2 4-momentum
163-
ROOT::Math::PxPyPzMVector mother = daughter1 + daughter2; // calculate the mother 4-momentum
163+
ROOT::Math::PxPyPzMVector mother = daughter1 + daughter2; // calculate the mother 4-momentum
164164

165165
return mother;
166166
}

PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,4 +705,4 @@ struct PhiStrangenessCorrelation {
705705
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
706706
{
707707
return WorkflowSpec{adaptAnalysisTask<PhiStrangenessCorrelation>(cfgc)};
708-
}
708+
}

0 commit comments

Comments
 (0)