15 lines
575 B
Python
15 lines
575 B
Python
|
#Event Type: 12115102
|
||
|
from Configurables import Generation
|
||
|
Generation().EventType = 12115102
|
||
|
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,KSpi=DecProdCut.dec"
|
||
|
Generation().StandAloneDecayTool.SignalPIDList = [ 521,-521 ]
|