File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments