Draft:New final states in existing module selecting B -> Eta(') MuMu decays
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
Activity
changed milestone to %2023 Re-Strip Campaign -- Development and Testing
added RD label
assigned to @chefdevi
After adding eta(gammagamma)mumu decays and tightening the B vertex cuts:
StrippingReport INFO Event 10000, Good event 10000 | *Decision name*|*Rate,%*|*Accepted*| *Mult*|*ms/evt*| |_StrippingGlobal_ | 0.0400| 4| | 16.686| |_StrippingSequenceStreamBhadron_ | 0.0400| 4| | 16.656| |!StrippingB2EtaMuMuAllX0SelectionLine | 0.0100| 1| 1.000| 15.049| |!StrippingB2EtaMuMuEta2ggSelectionLine | 0.0300| 3| 1.333| 0.147| |!StrippingB2EtaMuMuAllX0SelectionLine_TIMING | 0.0100| 1| 1.000| 0.047| |!StrippingB2EtaMuMuEta2ggSelectionLine_TIMING | 0.0300| 3| 1.333| 0.051|
@chefdevi Is this not a B2OC development? You are making only (and many) edits to the B2OC modules. It is likely these will cause conflicts with the B2OC branch in the end. Can you explain why this doesn't live in RD?
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): @yitang I need to block this request until it is understood what is going on. Please do not merge until we (SC) approve.
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.
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.