Skip to content

Commit 7f7d0ad

Browse files
author
nkaratze
committed
Linter Error Fix
1 parent 5d9a2f3 commit 7f7d0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ struct V0PtInvMassPlots {
134134
Configurable<double> kaonshSettingcosPA{"kaonshSettingcosPA", 0.98, "V0 CosPA"}; // double -> N.B. dcos(x)/dx = 0 at x=0
135135
Configurable<float> kaonshSettingradius{"kaonshSettingradius", 0.50, "v0radius"};
136136
Configurable<float> kaonshmaxct{"kaonshmaxct", 20.00, "K0sh maximum ct value"};
137-
Configurable<float> K0shparamArmenterosCut{"K0shparamArmenterosCut", 0.2, "K0sh Armenteros Cut on parameter"};
137+
Configurable<float> k0shparamArmenterosCut{"k0shparamArmenterosCut", 0.2, "K0sh Armenteros Cut on parameter"};
138138

139139
// Configurable Lambda Cuts (best cuts determined by v0topologicalcuts task)
140140
Configurable<float> lambdaSettingdcav0dau{"lambdaSettingdcav0dau", 0.3, "DCA V0 Daughters"};

0 commit comments

Comments
 (0)