Skip to content
Snippets Groups Projects

Draft:New final states in existing module selecting B -> Eta(') MuMu decays

Closed Maximilien Chefdeville requested to merge RD_B2EtaMuMu_2018-patches into RD_2018-patches
2 unresolved threads

We add eta->pipigamma and eta'->rhogamma to the existing eta->pipipi0 decays. A second line will be added to add eta->gammagamma decays. Current test yield:

StrippingReport                                                INFO Event 10000, Good event 10000
 |                                              *Decision name*|*Rate,%*|*Accepted*| *Mult*|*ms/evt*|
 |_StrippingGlobal_                                            |  0.0400|         4|       |  15.597|
 |_StrippingSequenceStreamBhadron_                             |  0.0400|         4|       |  15.571|
 |!StrippingB2EtaMuMuAllX0SelectionLine                        |  0.0400|         4|  1.750|  14.313|
 |!StrippingB2EtaMuMuAllX0SelectionLine_TIMING                 |  0.0400|         4|  1.750|   0.051|

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
352 385
353 386
354 387 #\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\#
388 class LcstarBuilder(object):
389 '''Produces Lambda_c star baryons for the Beauty2Charm module'''
390 def __init__(self, lc, pions, config):
391 self.lc = lc.pkpi
392 self.pions = pions
393 self.config = config
394 self.lcstar2595 = [self._makeLcstar2Lcpipi("Lcstar2595")]
395 self.lcstar2625 = [self._makeLcstar2Lcpipi("Lcstar2625")]
396
397 def _makeLcstar2Lcpipi(self, mode):
  • Why is this sort of thing being added? None of the information in these changes are related to the title. Are you sure you know that what you are adding is intended?

  • Please register or sign in to reply
  • @yitang I need to block this request until it is understood what is going on. Please do not merge until we (SC) approve.

  • @chefdevi image

    Please remake this request with your changes. See the commits here, none of which is your information. Please follow closely the instructions in the writing a stripping line webdoc to make sure you start in the right place.

  • closed

  • I followed the instructions. There must have been interferences between my line developments in B2OC and RD (which each checkouts a different branch). I'll make a new commit/request starting from a fresh checkout.

  • mentioned in merge request !1826 (merged)

  • OK, I created the request !1826 (merged). Please, let's follow-up there. Hopefully the inconsistencies are gone. Apologies.

  • Please register or sign in to reply
    Loading