Skip to content

Commit 3ffdedd

Browse files
committed
FIx configurable name
1 parent 69567cf commit 3ffdedd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/D2H/Tasks/taskCharmPolarisation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ struct HfTaskCharmPolarisation {
175175
Configurable<bool> activateTHnSparseCosThStarBeam{"activateTHnSparseCosThStarBeam", true, "Activate the THnSparse with cosThStar w.r.t. beam axis"};
176176
Configurable<bool> activateTHnSparseCosThStarRandom{"activateTHnSparseCosThStarRandom", true, "Activate the THnSparse with cosThStar w.r.t. random axis"};
177177
Configurable<bool> activateTHnSparseCosThStarEP{"activateTHnSparseCosThStarEP", false, "Activate the THnSparse with cosThStar w.r.t. reaction plane axis"};
178-
Configurable<bool> activateTHnSparsePhiAndCosSqStarEP{"activateTHnSparsePhiAndCosSqStar", false, "Activate the THnSparse with cos(2PhiStar) and cosSq(ThStar) w.r.t. reaction plane axis"};
178+
Configurable<bool> activateTHnSparsePhiAndCosSqStarEP{"activateTHnSparsePhiAndCosSqStarEP", false, "Activate the THnSparse with cos(2PhiStar) and cosSq(ThStar) w.r.t. reaction plane axis"};
179179

180180
Configurable<bool> activatePartRecoDstar{"activatePartRecoDstar", false, "Activate the study of partly reconstructed D*+ -> D0 (-> KPiPi0) Pi decays"};
181181
float minInvMass{0.f};

0 commit comments

Comments
 (0)