Skip to content

Commit cf4f8f3

Browse files
committed
Fixed the O2-Macos Error
1 parent 18c2c76 commit cf4f8f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGLF/Tasks/Resonances/chargedkstaranalysis.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,14 +233,15 @@ 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.};
240240
ROOT::Math::PxPyPzEVector beam2{0., 0., config.beamMomentum, 13600. / 2.};
241241

242242
void init(o2::framework::InitContext&)
243243
{
244+
244245
centrality = -999;
245246

246247
colCuts.setCuts(confEvtZvtx, confEvtTriggerCheck, confEvtOfflineCheck, /*checkRun3*/ true, /*triggerTVXsel*/ false, confEvtOccupancyInTimeRangeMax, confEvtOccupancyInTimeRangeMin);

0 commit comments

Comments
 (0)