Skip to content

Commit 6bb17da

Browse files
committed
To fix the o2-Macos error
1 parent 18c2c76 commit 6bb17da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Resonances/chargedkstaranalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ struct chargedkstaranalysis {
233233
// PDG code
234234
int kPDGK0s = kK0Short;
235235
int kKstarPlus = static_cast<int>(o2::constants::physics::Pdg::kKPlusStar892);
236-
int kPiPlus = kPiPlus;
236+
// int kPiPlus = kPiPlus;
237237
int kPDGK0 = kK0;
238238
// Variable declaration
239239
ROOT::Math::PxPyPzEVector beam1{0., 0., -config.beamMomentum, 13600. / 2.};

0 commit comments

Comments
 (0)