Angular analysis of B+->K*+(K+pi0)mumu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
583 B

#Event Type: 12115102
from Configurables import Generation
Generation().EventType = 12143401
#from Configurables import StandAloneDecayTool
#Generation().SampleGenerationTool = "StandAloneDecayTool";
#Generation().addTool( StandAloneDecayTool )
#Generation().StandAloneDecayTool.ProductionTool = "PythiaProduction";
from Configurables import ToolSvc
from Configurables import EvtGenDecay
ToolSvc().addTool( EvtGenDecay )
ToolSvc().EvtGenDecay.UserDecayFile ="$DECFILESROOT/dkfiles/Bu_JpsiKst,mm,Kpi0=DecProdCut.dec"
#Generation().StandAloneDecayTool.SignalPIDList = [ 521,-521 ]