Skip to content

Commit 2b4c28f

Browse files
committed
Change default value of configurable for propagateToPCA
1 parent 9e03b66 commit 2b4c28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ struct HfCandidateCreatorXic0Omegac0 {
105105
Produces<aod::HfCandToXiPiKfQa> rowKfXic0Qa;
106106
Produces<aod::HfCandToOmegaKaKf> kfCandidateOmegaKaData;
107107

108-
Configurable<bool> propagateToPCA{"propagateToPCA", false, "create tracks version propagated to PCA"};
108+
Configurable<bool> propagateToPCA{"propagateToPCA", true, "create tracks version propagated to PCA"};
109109
Configurable<bool> useAbsDCA{"useAbsDCA", true, "Minimise abs. distance rather than chi2"};
110110
Configurable<bool> useWeightedFinalPCA{"useWeightedFinalPCA", true, "Recalculate vertex position using track covariances, effective only if useAbsDCA is true"};
111111
Configurable<double> maxR{"maxR", 200., "reject PCA's above this radius"};

0 commit comments

Comments
 (0)