these slides describe an example monte carlo simulation of...

11
These slides describe an example Monte Carlo simulation of a physical process The code is in : /home/pi/physrpi/campagnari/python/muonSim.py 1

Upload: others

Post on 27-Sep-2020

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: These slides describe an example Monte Carlo simulation of ...hep.ucsb.edu/people/claudio/ph129-w19/muon.pdf · 1. Pick a W mass M from a Breit Wigner 2. Pick a cosθ for the muon

These slides describe an example Monte Carlo simulation of a physical process

Thecodeisin:

/home/pi/physrpi/campagnari/python/muonSim.py

�1

Page 2: These slides describe an example Monte Carlo simulation of ...hep.ucsb.edu/people/claudio/ph129-w19/muon.pdf · 1. Pick a W mass M from a Breit Wigner 2. Pick a cosθ for the muon

Wewill“simulate”theprocessInparticularweareinterestedinthemomentumdistributionofthemuons.

z-axis

Whatreallyhappensisup-quarkfromoneprotonandanti-downquarkfromtheotherproton

proton proton

momentumP momentumPW

upquark anti-downquarkmomentumx1P momentumx2P

W

x1andx2arethefractionoftotalprotonmomentumcarriedbythequarks

pp → W+ → μ+ν

ud̄ → W+ → μ+ν

�2

Page 3: These slides describe an example Monte Carlo simulation of ...hep.ucsb.edu/people/claudio/ph129-w19/muon.pdf · 1. Pick a W mass M from a Breit Wigner 2. Pick a cosθ for the muon

ThePDFsforx(up-quark)andx(anti-downquark)insideaproton

Note:nobodyknowshowtocalculatethese!!!!Theyare“measured”

�3

Page 4: These slides describe an example Monte Carlo simulation of ...hep.ucsb.edu/people/claudio/ph129-w19/muon.pdf · 1. Pick a W mass M from a Breit Wigner 2. Pick a cosθ for the muon

upquark anti-downquarkmomentumx1P momentumx2P

W

momentum(x1-x2)PW

spin

anti-downquark upquarkmomentumx2P momentumx1P

W

momentum(x1-x2)P

Wspin

z-axis

Interestingphysics,theWispolarized.• Thisisaweakinteractionprocess• Onlylefthandedquarksandrighthandedantiquarkscontribute• Parityviolation….theworldislefthanded!

• AsaresulttheWwhichisS=1willhaveSz=±1andneverSz=0

InreallifeonewouldhavetogeneratethezcomponentoftheWmomentum,ie,pickthex’sappropriately.However1. Thisiscomplicated(therearededicatedlibrariestodothis--probablynotinpython)2. Notimportantforwhatwecareabout(moreonthislater)Solet’sworkintheWrestframe(equivalenttox1=x2) �4

Page 5: These slides describe an example Monte Carlo simulation of ...hep.ucsb.edu/people/claudio/ph129-w19/muon.pdf · 1. Pick a W mass M from a Breit Wigner 2. Pick a cosθ for the muon

W+spin

µ+

ν

α

z-axis

θ

ThedirectionofthemuonwithrespecttothespinhasPDF:

P(cosα)dcosα ∼ (1+cosα)2dcosα

Sincethespincanbeinthe+zor–zdirectionwithequalprobability,thepdfforthespaceangleθis

P(cosθ)dcosθ ∼ (1+cos2θ)dcosθ

MassofW: M=80.4GeV/c2Massofµ: m=0.105GeV/c2~0Massofν: m<10-9GeV/c2~0

InthemasslessapproximationbothmuonandneutrinohavemomentumP=½Mc=40.2GeV/c

Thereforeweshould• Pickacosθaccordingto• Givethemuonthismomentum

�5

Physicsaside:theang.distributionisfromtheQMrotationmatrices.Hastodowithchangingtheaxisofquantizationforangularmomentum

Page 6: These slides describe an example Monte Carlo simulation of ...hep.ucsb.edu/people/claudio/ph129-w19/muon.pdf · 1. Pick a W mass M from a Breit Wigner 2. Pick a cosθ for the muon

A complicationHeisenberguncertaintyprincipleΔEΔt~h/2π• Energyismassandmassisenergy• WbosonsliveforaveryshortΔt• Thereforethe”mass”ofaWbosoninagivencollisionisnotalways80.4GeV• Itis“broadened”accordingtotherelativisticBreitWignerfunction

WhereM0=80.4GeV/c2Γ =2.2GeV/c2Cisanormalizationconstant

�6

Page 7: These slides describe an example Monte Carlo simulation of ...hep.ucsb.edu/people/claudio/ph129-w19/muon.pdf · 1. Pick a W mass M from a Breit Wigner 2. Pick a cosθ for the muon

Another ingredientWeare“simulating”ppcollisionsatCERNThetwobigexperimentsAtlasandCMSareembeddedinsolenoidswithconstantB-fieldinthezdirection.

Chargedparticlesbendinthemagneticfield.Theirtrajectoriesaremeasured.KnowingtheB-fieldandthecurvature,canmeasure“transversemomentum”

PTismeasuredwithfiniteresolution.About1.5%(Itismorecomplicatedthanthat,butOK)

�7

Page 8: These slides describe an example Monte Carlo simulation of ...hep.ucsb.edu/people/claudio/ph129-w19/muon.pdf · 1. Pick a W mass M from a Breit Wigner 2. Pick a cosθ for the muon

Another complicationTheWactuallyhasasomePTaswell

Realdata

Thismade-upfunctionkindoflooklikeit.Sowewilluseit

�8

Page 9: These slides describe an example Monte Carlo simulation of ...hep.ucsb.edu/people/claudio/ph129-w19/muon.pdf · 1. Pick a W mass M from a Breit Wigner 2. Pick a cosθ for the muon

Plan of work to obtain the PT distribution of muons1. PickaWmassMfromaBreitWigner2. PickacosθforthemuonintheWrestframe3. P=½McandPT=Psinθ =½Mcsinθ4. PickatransversemomentumfortheWfromthedistributionofthepreviouspage.

CallthatQT.Thex-axiswillbethedirectionofQT

• ChoosingQTalongx-axis(ory-axis)isarbitrary.Makesalgebrain(6)atinybiteasier5. PickarandomazimuthalangleφforthemuonintheWrestframe

• Px=PTsinφ Py=PTcosφ 6. BoostthemuonmomentumfromtherestframetotheLABframe

• Theboostisinthex-direction.βγ =cQT/M

7. CalculatethePTofthemuonintheLABaftertheboost8. “Smear”itbyitsresolution9. Plotit

�9

Page 10: These slides describe an example Monte Carlo simulation of ...hep.ucsb.edu/people/claudio/ph129-w19/muon.pdf · 1. Pick a W mass M from a Breit Wigner 2. Pick a cosθ for the muon

What about the motion of the W in z?

• Wewantedtolookatthetransversemomentumofthemuon• CangofromaWwithPz=0toaWwithfinitePzbyperformingaboostofthesysteminthez-direction.• Butaboostinthezdirectionleavesallxandymomentumcomponentsunchanged• Therefore:itdoesnotmatterthatweworkedwithPz=0• Atleastfortheonesimpleplotwewanttomake

�10

Page 11: These slides describe an example Monte Carlo simulation of ...hep.ucsb.edu/people/claudio/ph129-w19/muon.pdf · 1. Pick a W mass M from a Breit Wigner 2. Pick a cosθ for the muon

CDF experiment, Fermilab, 2007

�11