Skip to content

Commit 03c3303

Browse files
sawankumawatSawan Sawan
andauthored
[PWGLF] Added ITSTPCMatching condition (#12613)
Co-authored-by: Sawan Sawan <sawan.sawan@cern.ch>
1 parent 23c1fcf commit 03c3303

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGLF/Tasks/Resonances/kstarqa.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ struct Kstarqa {
110110
Configurable<float> cfgTPCChi2NClMax{"cfgTPCChi2NClMax", 4.0, "TPC Chi2/NCl"};
111111
Configurable<float> cfgTPCChi2NClMin{"cfgTPCChi2NClMin", 0.0, "TPC Chi2/NCl"};
112112
Configurable<bool> cfgUseITSTPCRefit{"cfgUseITSTPCRefit", false, "Require ITS Refit"};
113-
// Configurable<bool> isVertexITSTPC{"isVertexITSTPC", false, "Vertex ITS TPC"};
113+
Configurable<bool> isVertexITSTPC{"isVertexITSTPC", false, "Vertex ITS TPC"};
114114
Configurable<bool> isVertexTOFMatched{"isVertexTOFMatched", false, "Vertex TOF Matched"};
115115
Configurable<bool> isNoCollInTimeRangeStandard{"isNoCollInTimeRangeStandard", false, "No collision in time range standard"};
116116
Configurable<bool> isApplyPtDepDCAxyCut{"isApplyPtDepDCAxyCut", false, "Apply pT dependent DCAxy cut"};
@@ -440,9 +440,9 @@ struct Kstarqa {
440440
if (fillHist)
441441
rEventSelection.fill(HIST("hEventCut"), 11);
442442

443-
// if (selectionConfig.isVertexITSTPC && !collision.selection_bit(o2::aod::evsel::kIsVertexITSTPC)) {
444-
// return false;
445-
// }
443+
if (selectionConfig.isVertexITSTPC && !collision.selection_bit(o2::aod::evsel::kIsVertexITSTPC)) {
444+
return false;
445+
}
446446
if (fillHist)
447447
rEventSelection.fill(HIST("hEventCut"), 12);
448448

0 commit comments

Comments
 (0)