Exemplo n.º 1
0
           psix.psi_pppipipi () ,
           ##
           ) : 
           
    a = s.algorithm ()
    a.ParticleCombiners = { '' : 'LoKi::VertexFitter:PUBLIC' }
    #
    a.MaxCandidates          = 2000
    a.StopAtMaxCandidates    = True 
    a.StopIncidentType       = 'ExceedsCombinatoricsLimit'
    # 

# ==============================================================================
## B+X-selections 
# ==============================================================================
beauty  = psix.beauty    ()
pc      = PC ('PromptCharm', {
    'pT(D0)'           :  0.95 * GeV ,    ## pt-cut for  prompt   D0
    'pT(D+)'           :  0.95 * GeV ,    ## pt-cut for  prompt   D+
    'pT(Ds+)'          :  0.95 * GeV ,    ## pt-cut for  prompt   Ds+
    'pT(Lc+)'          :  0.95 * GeV ,    ## pt-cut for  prompt   Lc+
    } ) 
prompt  = pc.PromptCharm () 
w       = pc.W           ()
dimu_pr = pc.DiMuon      () 

##

# ==============================================================================
## Xi_c+ -> p K- pi+ 
# ==============================================================================