Skip to content

Commit

Permalink
fixed handling of subleading contributions to B->Vll decays at high q2 (
Browse files Browse the repository at this point in the history
#162)

Co-authored-by: Christoph Langenbruch <clangenb@inst-1b-4-116>
  • Loading branch information
langenbruch and Christoph Langenbruch committed Jun 1, 2021
1 parent 066c6cc commit bc3521e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flavio/physics/bdecays/bvll/subleading.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ def __call__(self):
deltaC9_pl = par[B+'->'+V+' deltaC9 c_+ Re'] + 1j*par[B+'->'+V+' deltaC9 c_+ Im']
deltaC9_mi = par[B+'->'+V+' deltaC9 c_- Re'] + 1j*par[B+'->'+V+' deltaC9 c_- Im']
ha = {}
ha['0', 'V'] = self.ha_deltaC(deltaC9_0, '9')['0', 'V']
ha['pl', 'V'] = self.ha_deltaC(deltaC9_pl, '9')['pl', 'V']
ha['mi', 'V'] = self.ha_deltaC(deltaC9_mi, '9')['mi', 'V']
ha['0', 'V'] = self.ha_deltaC(deltaC9_0, 'v')['0', 'V']
ha['pl', 'V'] = self.ha_deltaC(deltaC9_pl, 'v')['pl', 'V']
ha['mi', 'V'] = self.ha_deltaC(deltaC9_mi, 'v')['mi', 'V']
return ha


Expand Down

0 comments on commit bc3521e

Please sign in to comment.