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.

69 lines
2.0 KiB

  1. # EventType: 12143402
  2. #
  3. # Descriptor: [B+ -> (J/psi(1S) -> mu+ mu-) (K*(892)+ -> K+ pi0) ]cc
  4. #
  5. # NickName: Bu_JpsiKst,mm,Kpi0=TightCut
  6. #
  7. # Cuts: LoKi::GenCutTool/TightCut
  8. #
  9. # InsertPythonCode:
  10. # #
  11. # from Configurables import LoKi__GenCutTool
  12. # gen = Generation()
  13. # gen.SignalRepeatedHadronization.addTool ( LoKi__GenCutTool , 'TightCut' )
  14. # #
  15. # tightCut = gen.SignalRepeatedHadronization.TightCut
  16. # tightCut.Decay = '[ B+ => ^( J/psi(1S) => ^mu+ ^mu-) (K*(892)+ => ^K+ (pi0 -> ^gamma ^gamma))]CC'
  17. # tightCut.Cuts = {
  18. # 'gamma' : ' goodGamma ' ,
  19. # '[mu+]cc' : ' goodMuon ' ,
  20. # '[K+]cc' : ' goodKaon ' ,
  21. # 'J/psi(1S)' : ' goodPsi ' }
  22. # tightCut.Preambulo += [
  23. # 'inAcc = in_range ( 0.005 , GTHETA , 0.400 ) ' ,
  24. # 'inEcalX = abs ( GPX / GPZ ) < 4.5 / 12.5 ' ,
  25. # 'inEcalY = abs ( GPY / GPZ ) < 3.5 / 12.5 ' ,
  26. # 'goodMuon = ( GPT > 500 * MeV ) & ( GP > 6 * GeV ) & inAcc ' ,
  27. # 'goodKaon = ( GPT > 150 * MeV ) & inAcc ' ,
  28. # 'goodGamma = ( 0 < GPZ ) & ( 150 * MeV < GPT ) & inEcalX & inEcalY ' ,
  29. # 'goodPsi = ( GPT > 500 * MeV ) & in_range ( 1.8 , GY , 4.5 ) ' ]
  30. #
  31. # EndInsertPythonCode
  32. #
  33. # Documentation:
  34. # Tight generator level cuts applied for all final state particles,
  35. # which increases the statistics with the factor of ~3.
  36. # EndDocumentation
  37. #
  38. # PhysicsWG: B2Ch
  39. # Tested: Yes
  40. # Responsible: Max Chefdeville
  41. # Email: chefdevi@lapp.in2p3.fr
  42. # Date: 20200428
  43. #
  44. ## CPUTime: < 1 min
  45. #
  46. Alias MyJ/psi J/psi
  47. Alias MyK*+ K*+
  48. Alias MyK*- K*-
  49. ChargeConj MyK*+ MyK*-
  50. ChargeConj MyJ/psi MyJ/psi
  51. #
  52. Decay B+sig
  53. 1.000 MyJ/psi MyK*+ SVV_HELAMP PKHplus PKphHplus PKHzero PKphHzero PKHminus PKphHminus;
  54. Enddecay
  55. Decay B-sig
  56. 1.000 MyJ/psi MyK*- SVV_HELAMP PKHplus PKphHplus PKHzero PKphHzero PKHminus PKphHminus;
  57. Enddecay
  58. #
  59. Decay MyJ/psi
  60. 1.000 mu+ mu- PHOTOS VLL;
  61. Enddecay
  62. #
  63. Decay MyK*+
  64. 1.000 K+ pi0 PHSP;
  65. Enddecay
  66. CDecay MyK*-
  67. #
  68. End