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
575 B

  1. #Event Type: 12115102
  2. from Configurables import Generation
  3. Generation().EventType = 12115102
  4. from Configurables import StandAloneDecayTool
  5. Generation().SampleGenerationTool = "StandAloneDecayTool";
  6. Generation().addTool( StandAloneDecayTool )
  7. Generation().StandAloneDecayTool.ProductionTool = "PythiaProduction";
  8. from Configurables import ToolSvc
  9. from Configurables import EvtGenDecay
  10. ToolSvc().addTool( EvtGenDecay )
  11. ToolSvc().EvtGenDecay.UserDecayFile ="$DECFILESROOT/dkfiles/Bu_Kstmumu,KSpi=DecProdCut.dec"
  12. Generation().StandAloneDecayTool.SignalPIDList = [ 521,-521 ]