Skip to content
Snippets Groups Projects
Commit 5424cb24 authored by Patrick Ecker's avatar Patrick Ecker
Browse files

different correction factor since charged and mixed behave different

parent ac46ba10
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ class ChargedBBFComparison:
)
def get_charged_correction_factor(self) -> float:
_f = 0.5 # type: float
_f = 0.1 # type: float
return 1.0 + (_f * self.get_total_bp_bf_diff() / (1.0 - self.get_total_bp_belle_rescaled_bf()))
......
......@@ -89,7 +89,7 @@ class MixedBBFComparison:
)
def get_mixed_correction_factor(self) -> float:
_f = 0.5 # type: float
_f = 1.0 # type: float
return 1.0 + (_f * self.get_total_b0_bf_diff() / (1.0 - self.get_total_b0_belle_rescaled_bf()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment