Skip to content

Commit 5136521

Browse files
authored
Update taskElectronWeakBoson.cxx
correct minor typo in the parameter detail
1 parent 37da52b commit 5136521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFL/Tasks/taskElectronWeakBoson.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ struct HfTaskElectronWeakBoson {
103103

104104
Configurable<float> massZMin{"massZMin", 60.0, "Minimum Z mass (GeV/c^2)"};
105105
Configurable<float> massZMax{"massZMax", 120.0, "Maximum Z mass (GeV/c^2)"};
106-
Configurable<float> ptEleCorrfac{"ptEleCorrfac", 1.0, "momenctum corrrection factor for decay electrons from Z boson"};
106+
Configurable<float> ptEleCorrfac{"ptEleCorrfac", 1.0, "momentum corrrection factor for decay electrons from Z boson"};
107107

108108
// flag for THn
109109
Configurable<bool> isTHnElectron{"isTHnElectron", true, "Enables THn for electrons"};

0 commit comments

Comments
 (0)