15 lines
597 B
Python
15 lines
597 B
Python
|
#Event Type: 12115102
|
||
|
from Configurables import Generation
|
||
|
Generation().EventType = 12113446
|
||
|
#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_Kstmumu,Kpi0=PHSP,flatq2,DecProdCut,TightCut.dec"
|
||
|
Generation().StandAloneDecayTool.SignalPIDList = [ 521,-521 ]
|