bachelor_thesis/notes.org

314 lines
11 KiB
Org Mode
Raw Permalink Normal View History

2020-03-18 09:00:41 +01:00
* Literatur
2020-03-18 10:33:23 +01:00
** Latex
*** Latex/KOMA Ref-Sheet
- [[file:literature/prog/LaTeX_RefSheet.pdf][Refsheet]]
*** KOMA Docs
- [[file:literature/prog/scrguide.pdf][KOMA Docs]]
2020-03-18 10:33:23 +01:00
*** AUCTeX
- [[file:literature/prog/tex-ref.pdf][Auctex]]
*** Modular Documents
- [[https://en.wikibooks.org/wiki/LaTeX/Modular_Documents][Modular Documents]]
2020-03-18 10:49:03 +01:00
** Feynman Rules
*** Siegert Vorlesung
2020-03-18 21:01:48 +01:00
:LOGBOOK:
CLOCK: [2020-03-18 Wed 10:57]--[2020-03-18 Wed 11:20] => 0:23
:END:
2020-03-18 10:49:03 +01:00
- [[file:literature/feynman/tk-vorlesung.pdf][Vorlesung]]
- [[file:literature/feynman/tk-vorlesung.pdf::54][Kapitel 4.3]]
- Feynman Diags etc...
- [[file:literature/feynman/tk-vorlesung.pdf::64][Kapitel 4.4]]
- Beispiel zur Berechnung
2020-05-28 14:24:54 +02:00
** Particle Physics
2020-03-18 21:01:48 +01:00
*** Thomson
:LOGBOOK:
CLOCK: [2020-03-18 Wed 16:32]--[2020-03-18 Wed 21:01] => 4:29
CLOCK: [2020-03-18 Wed 11:20]--[2020-03-18 Wed 14:21] => 3:01
:END:
- [[file:literature/feynman/Thomson.pdf][Modern Particle Physics]]
- [[file:literature/feynman/Thomson.pdf::100][Spinors]]
- [[file:literature/feynman/Thomson.pdf::107][Spinors, Helicity Eigenstates]]
- [[file:literature/feynman/Thomson.pdf::533][Completeness Pol. Vectors]]
2020-04-02 15:55:07 +02:00
** Rivet
- [[https://gitlab.com/hepcedar/rivet/tree/master/doc/tutorials][getting started]]
2020-04-15 16:52:54 +02:00
- [[https://gitlab.com/hepcedar/rivet/tree/master/doc/tutorials][sherpa and rivet tutorial]]
2020-04-03 14:05:16 +02:00
** Monte Carlo
- [[file:literature/mc/general_purp_evt.pdf::170][Allgemeines zu MC integration, sampling]]
- [[file:literature/mc/vegas.pdf][VEGAS]]
2020-04-08 13:22:59 +02:00
- [[file:literature/mc/vegas_algo.pdf][VEGAS Algorithm]]
2020-04-18 20:00:01 +02:00
** PDFs
- [[file:literature/pdf/lhapdf6.pdf][LHAPDF6]]
2020-05-04 19:56:04 +02:00
** Pseudo Rapidity
- https://physics.stackexchange.com/questions/12258/why-is-pseudorapidity-defined-as-log-tan-theta-2
2020-05-28 14:24:54 +02:00
** Sherpa
-
2020-03-18 21:01:48 +01:00
* Aufgaben
** Erste Aufgabenp
:LOGBOOK:
CLOCK: [2020-03-20 Fri 09:30]
:END:
*** Mail von Siegert
:LOGBOOK:
CLOCK: [2020-03-19 Thu 15:21]--[2020-03-19 Thu 17:25] => 2:04
CLOCK: [2020-03-19 Thu 10:05]--[2020-03-19 Thu 11:56] => 1:51
:END:
2020-03-18 10:49:03 +01:00
Hi Valentin,
2020-03-18 21:01:48 +01:00
alles klar. Das Formular machen wir dann einfach im Nachhinein und
datieren es zurueck.
2020-03-18 10:49:03 +01:00
2020-03-18 21:01:48 +01:00
Dann wuerde ich zur Einarbeitung vorschlagen, Du schaust Dir mal
meinen Aufschrieb zu Feynman-Regeln und der |M|^2-Berechnung aus der
Vorlesung an, Kapitel 4.3 und 4.4 hier:
2020-03-18 10:49:03 +01:00
http://fsiegert.web.cern.ch/fsiegert/tmp/tk-vorlesung.pdf
2020-03-18 21:01:48 +01:00
Versuch das erstmal fuer den gezeigten Prozess nachzuvollziehen, und
schau dann, ob Du folgende Uebungsaufgaben aus meinem Kurs kannst: 4.1
4.2 5.1 5.2 5.3
2020-03-18 10:49:03 +01:00
https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/11966152704/CourseNode/92162447560998
2020-03-18 21:01:48 +01:00
Wenn Du konzeptionell oder rechnerisch irgendwo haengen bleibst, reden
wir (Skype/Vidyo/Zoom/...), damit ich einzelnes nochmal naeher
erlaeutern kann. Wenn Du damit durch bist, kann ich Dir die
Musterloesungen zur Verfuegung stellen und du schaust nochmal genauer,
ob noch irgendwas unklar ist.
2020-03-18 10:49:03 +01:00
Dann kannst Du mal qq->yy rechnen.
Klingt das OK fuer den Start?
2020-03-18 21:01:48 +01:00
Viele Gruesse, Frank
** Berechnung qq -> γγ
- 4 Anlaeufe :). Idiotischerweise 4-Vektor negiert
- letzter Anlauf mit Casimir Trick erfolgreich
- gute tricks:
- γ auf z Achse
- Symmetrien Beachten -> spart die Haelfte beim umdrehen der Spins
- Vollstaendigkeitsrelation von pol. Vektoren in Form: [[file:literature/feynman/Thomson.pdf::533][Completeness Pol. Vectors]]
2020-03-27 13:39:00 +01:00
** Vergleich mit Sherpa
- [[file:prog/runcards/qqgg/Sherpa.yaml][Runcard]]
- [[file:prog/python/qqgg/analytical_xs.ipynb][Notebook mit Implementierung der XS]]
- Zeigte fehler in Rechnung auf
2020-03-31 12:16:57 +02:00
** Monte Carlo Methods
2020-03-31 13:21:45 +02:00
- implementation as [[file:prog/python/qqgg/monte_carlo.py][module]]
2020-03-31 12:16:57 +02:00
- [[file:prog/python/qqgg/analytical_xs.org::*Numerical Integration][Integration]]
- [[file:prog/python/qqgg/analytical_xs.org::*Sampling and Analysis][Sampling and Analysis]]
*** DONE Check Statistics
2020-04-02 15:55:07 +02:00
- 100 mal.... 67, check with random seed
- error bars in histtype
*** DONE Variablen Trafo geschickt waehlen.
- stratified sampling, vegas
**** TODO Something fishy about that variance estimate in vegas!!!
- overesimate even stronger if evaluation point number increased
*** DONE Sherpa + Rivet
2020-04-02 15:55:07 +02:00
- analyse + histogramme
2020-04-15 16:52:54 +02:00
- Analysis: ~MC_DIPHOTON~, [[https://rivet.hepforge.org/analyses/MC_DIPHOTON.html][analysis reference]]
- sherpa configure: ~../configure --enable-rivet=/usr/bin/rivet --prefix=/usr --enable-hepmc2=/usr~
2020-04-02 15:55:07 +02:00
- manual
** Parton Density functions
- [[https://lhapdf.hepforge.org/][pdf library]]
2020-05-15 10:26:55 +02:00
** Phaeono
*** pT sortieren
2020-05-20 14:19:09 +02:00
*** TODO Shower
- pT only works with showers
- remnants of proton create showers -> without fragmentation: no hadrons
- can create more photons
2020-05-27 21:40:09 +02:00
- limited -> conserves m_yy
- Other recoil scheme [[https://sherpa-team.gitlab.io/sherpa/master/manual/parameters/parton-showers.html#cs-shower-options][CSS_KIN_SCHEME=0]] could fix that
2020-05-20 14:19:09 +02:00
*** TODO Fragmentation,
- https://sherpa-team.gitlab.io/sherpa/master/manual/parameters/hadronization.html?highlight=fragmentation#id18
- showers recombinate to hadrons
- more photons
*** TODO MI
- multiple partons interact, create showers etc
2020-03-18 21:01:48 +01:00
* Clock Table
#+BEGIN: clocktable :scope file :maxlevel 2
#+CAPTION: Clock summary at [2020-03-18 Wed 21:01]
| Headline | Time | |
|----------------------+--------+------|
| *Total time* | *7:53* | |
|----------------------+--------+------|
| Literatur | 7:53 | |
| \_ Feynman Rules | | 0:23 |
| \_ Particle Physics | | 7:30 |
#+END:
* Fragen
** Lorentz Invar. Matrixelement
- Ich stand ganz schoen auf dem Schlauch: Lorentz Invar = selbe Form
in allen BS (muss nicht unb. konst bei LT sein), lorentzskalarfeld
** Impulserhaltung aus dem Gefuehl... (ohne deltas) ok?
** Normierung Photonenfeld?
** Globaler Spin bei pol. Vektoren?
** Spin nicht erhalten?
2020-03-27 19:38:28 +01:00
** Abweichungen im vergeich weiter diskutieren?
2020-04-18 20:00:01 +02:00
** Flavours im Proton
** Sind quark verhaeltnisse in PDF enthalten (2:1 fuer proton)
** beide finalstate photonen behalten?
2020-05-19 10:15:11 +02:00
** PDF members
** Sensitivity detectors cite! -> separation from beam
** was fuer eine pdf ist das NNPDF31lo
2020-05-26 17:08:31 +02:00
** four mom. conservation errors
** Warum Veto nur fuer MUONS
2020-05-20 14:19:09 +02:00
- ich habe auch photons gevetoed
2020-05-26 17:08:31 +02:00
** Initial und finals state radiation?
** MPI
- nur QCD -> wichtigste prozesse modelliert
- The Jimmy model stops here, considering only hard events, and so
it can only be applied to underlying event.
- doesn't the mpi contain soft inclusive physics
** Jet algos
- what are jet xs? -> particles jets as legs
- why ist double counting a problem -> in exact calculation -> same diagramm
- IS radiation: all partons?
** Soft Inclusive
- wtf are those processes
** what does inclusive mean
2020-06-02 13:12:19 +02:00
** Normalize to XS
** y axis label for normalized histos
2020-06-09 15:57:38 +02:00
** DONE PDF cannot be derived: in principle?
** DONE still compatible?
** DONE cite atlas paper (analysis?)
** DONE call it distribution?
** DONE diphoton caps?
** DONE do remnants radiate?
** TODO ask about nlo emissions
2020-03-18 21:01:48 +01:00
* Work Log
** 18.03
- habe mich in manche konzeptionelle Dinge ziemlich verrannt!
2020-05-19 10:15:11 +02:00
2020-05-26 17:08:31 +02:00
* Todo
** TODO lab xs kuerzen
** TODO shower scale anpassen
2020-06-09 15:57:38 +02:00
** DONE effekt shower und kperp
2020-06-05 09:37:25 +02:00
** DONE y-axis a.u.!
** DONE mean, var einzeichnen
** DONE Variance of vegas weighted f!
** DONE look at xs plot -> they seem different
2020-06-07 12:38:42 +02:00
** DONE take new sample: still bias?
2020-06-09 15:57:38 +02:00
** DONE umnumerieren
2020-05-31 16:53:16 +02:00
* Observations
2020-06-07 12:38:42 +02:00
** XS
- highest LO: isolation easiest
- dispite nothing being pushed into the cuts
- others pretty much in sequence: the more effects the lower -> isolation
- hadronisation improves isolation: less noise
- MI: more noise
2020-05-31 16:53:16 +02:00
** Azimuthal Angle
- 0 for basic
- converge at large angle -> expected
2020-06-02 13:12:19 +02:00
- smaller angle with PS but also last bin smaller
- all otherssimilar, at lower -> MI/Hadrons (copatible) a little higher
2020-05-31 16:53:16 +02:00
- in general flattens out
** Cos Θ
2020-06-07 12:38:42 +02:00
- familiar, a little less steep
- apart from total xs differences: rather compatible
2020-05-31 16:53:16 +02:00
** η
2020-06-07 12:38:42 +02:00
- again, a little less steep: enhancement in center through pT
- shapewise compatible
- long drop to MI visible
2020-05-31 16:53:16 +02:00
** Invariant Mass
2020-06-07 12:38:42 +02:00
- now c.m. Energies lower than cut pass: pT
- lo+ps: enhanced towards higher cm enegies (at lowers compat)
- due to higher pT boosts favored + higher xs
- steep decile: pdf
- minimum around 1GeV -> massless limit ~OK
2020-05-31 16:53:16 +02:00
** Scattering Angle
2020-06-07 18:49:05 +02:00
- shapewise similar -> bit flatter than basic, more center
2020-06-07 12:38:42 +02:00
- cuts force 0 at extremes (pT invariant in z boosts)
2020-05-31 16:53:16 +02:00
** Scattering Angle in CS Frame
2020-06-07 12:38:42 +02:00
- does not go to zero due to finite pT
- at extreme angles: PS+pT enhanced: smaller pT also included
- weak effect, not 2 sigma!
- would need more events
2020-06-07 18:49:05 +02:00
- enhancement in center gone (normalized!) -> symmetry restored!
- greates differentce in low scat, angle regeime CUTS+Normalization
- hard process not really affected through higher order effects (apart from kinematics!)
2020-05-31 16:53:16 +02:00
** pT leading
2020-06-07 12:38:42 +02:00
- shifted towards higher pT
- at pT > 1GeV compatible
- pT < 1GeV
2020-05-31 16:53:16 +02:00
** pT subleading
2020-06-07 12:38:42 +02:00
- apart from total xs shift: not much difference
- interesting because one would espect enhancement at lower pT, which is hardly visible
*** TODO check that with normalized plots
2020-06-07 18:49:05 +02:00
- visible but minute!
- culled by cuts
2020-06-07 12:38:42 +02:00
** Azimuthal Angle
- as expected, a lot of weight at low angles
- LO+PS: greater weight at higher pT -> bigger shifts in angle
- rotation symmetry: boos in each direction equally likely -> similar shapse
- BASIC always back to back
- > ps+pt -> greater weight at lower pT so more often back to back
** TODO total pT
- steep drop after maximum in the order of 1GeV
- in region around <2 GEV splitt: Jet momemnta dropp off (resummation, sudakov)
- primordial k_perp mean .8 GeV enhances lower regions
- MI oddly enhanced at very low pT: more PS from other interactions
-> less on the hard process quarks?
- no interleaving in SHERPA
- minimizes rel. transv. mom or shuffling if no mpi
2020-06-07 18:49:05 +02:00
- maybe isolation better for low pT ?
2020-05-31 16:53:16 +02:00
2020-06-07 12:38:42 +02:00
** overall
- everything more than PS+PT: isolation
- biggest effect is the jet kick, photons are no qcd particles and
not touched after hard process
- no em radiation activated: would add more noise, here no additional photons
2020-06-09 15:57:38 +02:00
426 .. ref for CSS
433/436 .. refs
443 .. to zu viel
448 .. azimuthal
451 .. verb zu viel
452 .. collinear
kick -> recoil, klarer, momentum conservation am anfang! 481/6708
primordial pT, erklaeren fermi motion
figs umsortieren
484 .. often
off the orderd -> of
ok .. pT > 1e-1 MI schwer zu sagen, uninteressant, weglassen, nicht messbar
discuss -> parton shower collinear limes naeherung
(falling off steeply), kein grosses pT, keine gute naeherung in > 10 GeV
nontrivial feater of .. modeling
492 .. back to back preference -> nur folge der nlo unterdrueck
was ist LO threshhold, durch pT cuts
ist keine c.m. energy -> inv mass
very rare -> higher order (α_s kleiner) harte qcd kosten!
inv m LO+PS nicht verschieben 510 .. 511
524 .. welcher effekt
bigger picture .. lo bild -> geeignet, auch einfache betroffen (auch am anfang) uberall auswirkung
outlook very simple, nlo ME verwenden, fragmentation aus parton (dijet), neue photon iso + viel mehr
chi^2 test