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.

41 lines
786 B

  1. # $Id: Bu_Kstmumu,KSpi=DecProdCut.dec 129164 2011-09-18 12:38:47Z robbep $
  2. #
  3. # EventType: 12115102
  4. #
  5. # Descriptor: [B+ -> mu+ mu- (K*+ -> K0S pi+)]cc
  6. #
  7. # NickName: Bu_Kstmumu,KSpi=DecProdCut
  8. #
  9. # Cuts: DaughtersInLHCb
  10. #
  11. # Documentation: K*+ forced into Ks0 pi+, Ks0 forced into pi+ pi-
  12. # EndDocumentation
  13. #
  14. # PhysicsWG: RD
  15. # Tested: Yes
  16. # Responsible: Patrick Owen
  17. # Email: patrickowen22@gmail.com
  18. # Date: 20110921
  19. #
  20. Alias MyKst+ K*+
  21. Alias MyKst- K*-
  22. ChargeConj MyKst+ MyKst-
  23. Alias MyKs K_S0
  24. ChargeConj MyKs MyKs
  25. #
  26. Decay B+sig
  27. 1.000 MyKst+ mu+ mu- BTOSLLBALL;
  28. Enddecay
  29. CDecay B-sig
  30. #
  31. Decay MyKst+
  32. 1.000 MyKs pi+ VSS;
  33. Enddecay
  34. CDecay MyKst-
  35. #
  36. Decay MyKs
  37. 1.000 pi+ pi- PHSP;
  38. Enddecay
  39. #
  40. End
  41. #