Skip to content

Commit 7c43956

Browse files
author
jimun_lee
committed
[PWGLF] Fixed code issues about Reconstruction of KstarInOO.cxx
1 parent d0495bf commit 7c43956

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/Tasks/Resonances/kstarInOO.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ struct kstarInOO {
8080
Configurable<double> cfgTrackMaxDCAzToPVcut{"cfgTrackMaxDCAzToPVcut", 2.0, "Track DCAz cut to PV Maximum"};
8181
Configurable<bool> cfgTrackPrimaryTrack{"cfgTrackPrimaryTrack", true, "Primary track selection"}; // kGoldenChi2 | kDCAxy | kDCAz
8282
Configurable<bool> cfgTrackConnectedToPV{"cfgTrackConnectedToPV", true, "PV contributor track selection"}; // PV Contriuibutor
83-
Configurable<bool> cfgGlobalTrack{"cfgGlobalTrack", true, "Global track selection"}; // kGoldenChi2 | kDCAxy | kDCAz
83+
Configurable<bool> cfgGlobalTrack{"cfgGlobalTrack", true, "Global track selection"}; // kGoldenChi2 | kDCAxy | kDCAz
8484
Configurable<bool> cfgTrackGlobalWoDCATrack{"cfgTrackGlobalWoDCATrack", true, "Global track selection without DCA"}; // kQualityTracks (kTrackType | kTPCNCls | kTPCCrossedRows | kTPCCrossedRowsOverNCls | kTPCChi2NDF | kTPCRefit | kITSNCls | kITSChi2NDF | kITSRefit | kITSHits) | kInAcceptanceTracks (kPtRange | kEtaRange)
8585
// TPC
8686
Configurable<double> cfgTracknFindableTPCClusters{"cfgTrackFindableTPCClusters", 50, "nFindable TPC Clusters"};
@@ -548,7 +548,7 @@ struct kstarInOO {
548548
return {-1.0, -1.0};
549549
if (!trackPIDKaon(trk1, QA) || !trackPIDPion(trk2, QA))
550550
return {-1.0, -1.0};
551-
551+
552552
if (trk1.globalIndex() == trk2.globalIndex()) {
553553
return {-1.0, -1.0}; // For Kstar, we need to run (0,1), (1,0) pairs as well. but same id pairs are not need.
554554
}
@@ -596,7 +596,7 @@ struct kstarInOO {
596596
}
597597
if (!INELgt0)
598598
return;
599-
599+
600600
if (cfgDataHistos) {
601601
histos.fill(HIST("nEvents"), 1.5);
602602
}

0 commit comments

Comments
 (0)