@@ -114,14 +114,6 @@ enum {
114114 kRecTrkTypeend
115115};
116116
117- static constexpr TrackSelectionFlags::flagtype TrackSelectionIts =
118- TrackSelectionFlags::kITSNCls | TrackSelectionFlags::kITSChi2NDF |
119- TrackSelectionFlags::kITSHits ;
120- static constexpr TrackSelectionFlags::flagtype TrackSelectionTpc =
121- TrackSelectionFlags::kTPCNCls |
122- TrackSelectionFlags::kTPCCrossedRowsOverNCls |
123- TrackSelectionFlags::kTPCChi2NDF ;
124-
125117AxisSpec axisEvent{15 , 0.5 , 15.5 , " #Event" , " EventAxis" };
126118AxisSpec axisVtxZ{40 , -20 , 20 , " Vertex Z" , " VzAxis" };
127119AxisSpec axisEta{40 , -2 , 2 , " #eta" , " EtaAxis" };
@@ -193,9 +185,9 @@ struct PtmultCorr {
193185 Configurable<bool > isApplyOccuCut{" isApplyOccuCut" , false , " Enable occupancy selection" };
194186
195187 // Secondary estimation related configurables
196- Configurable<bool > applyDCACuts {" isApplyDCACuts" , false , " Enable DCA cuts (set to false for secondary estimation)" };
197- Configurable<bool > applyITSCuts {" isApplyITSCuts" , false , " Enable ITS cuts (set to false for secondary estimation)" };
198- Configurable<bool > applyChi2Cuts {" isApplyChi2Cuts" , false , " Enable χ² cuts (set to false for secondary estimation)" };
188+ Configurable<bool > isApplyDCACuts {" isApplyDCACuts" , false , " Enable DCA cuts (set to false for secondary estimation)" };
189+ Configurable<bool > isApplyITSCuts {" isApplyITSCuts" , false , " Enable ITS cuts (set to false for secondary estimation)" };
190+ Configurable<bool > isApplyChi2Cuts {" isApplyChi2Cuts" , false , " Enable χ² cuts (set to false for secondary estimation)" };
199191
200192 void init (InitContext const &)
201193 {
@@ -406,7 +398,6 @@ struct PtmultCorr {
406398 }
407399 }
408400 }
409- // ITS-only tracks: quality already ensured by the framework-level fTrackSelectionITS filter
410401
411402 // --- optional phi cut (applied to all track types) ---
412403 histos.fill (HIST (" PhiVsEtaHistNoCut" ), track.phi (), track.eta ());
0 commit comments