Skip to content

Commit dd9b0b4

Browse files
committed
Revert configurable renaming
1 parent 2723547 commit dd9b0b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGLF/Tasks/GlobalEventProperties/ptmultCorr.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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> 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)"};
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)"};
199199

200200
void init(InitContext const&)
201201
{

0 commit comments

Comments
 (0)