Skip to content

Commit 2723547

Browse files
akyadav1963vkucera
andauthored
Update PWGLF/Tasks/GlobalEventProperties/ptmultCorr.cxx
Co-authored-by: Vít Kučera <26327373+vkucera@users.noreply.github.com>
1 parent 737b761 commit 2723547

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> 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
{

0 commit comments

Comments
 (0)