File tree Expand file tree Collapse file tree
PWGLF/Tasks/GlobalEventProperties Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -193,9 +193,9 @@ struct PtmultCorr {
193193 Configurable<bool > isApplyOccuCut{" isApplyOccuCut" , false , " Enable occupancy selection" };
194194
195195 // Secondary estimation related configurables
196- Configurable<bool > isApplyDCACuts {" isApplyDCACuts" , false , " Enable DCA cuts (set to false for secondary estimation)" };
197- Configurable<bool > isApplyITSCuts {" isApplyITSCuts" , false , " Enable ITS cuts (set to false for secondary estimation)" };
198- Configurable<bool > isApplyChi2Cuts {" isApplyChi2Cuts" , false , " Enable χ² cuts (set to false for secondary estimation)" };
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)" };
199199
200200 void init (InitContext const &)
201201 {
You can’t perform that action at this time.
0 commit comments