bachelor_thesis/notes.org

182 lines
6.6 KiB
Org Mode
Raw 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-04-18 20:00:01 +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-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
****
*** 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
** TODO
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
** coulomb singularity
- immediate particle on shell
** nur shower
** TODO shower scale anpassen
** TODO effekt shower und kperp