Skip to content

Commit e4fe8d4

Browse files
Add MathJax for LaTeX math rendering and test
1 parent c265068 commit e4fe8d4

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

_includes/head_custom.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
2+
<script id="MathJax-script" async
3+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
4+
</script>

index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,17 @@ Students will perform the full analysis to search for LLPs decaying in the endca
5050
### Facilitators CMSDAS LPC 2026
5151
<img src="fig/facilitators_2026.png" alt="" style="width:80%">
5252

53-
* Chris Cosby (FNAL)
53+
* [[mailto:ccosby@fnal.gov][Chris Cosby]] (FNAL)
5454
* Andrew Melo (Vanderbilt)
5555
* Gabriela Hamilton (U. Virginia)
5656
* Harshul Gupta (U. Illinois, Chicago)
5757
* Mohammad Abrar Wadud (U. Illinois, Chicago)
5858

59+
These instructions were created by [[mailto:Kai-Feng.Chen@cern.ch][Kai-Feng Chen]] and [[mailto:federica.riti@cern.ch][Federica Riti]] for CERN CMSDAS 2024, and are minorly augmented here to run on cmslpc for LPC CMSDAS 2026. Big thanks and all credit to them for their hard work in creating and maintaining this exercise!
60+
61+
This is an introduction to the exercise based on the recent publication on the measurement of $B_s^0 \to \mu^+\mu^-$ decay branching fraction and effective lifetime using the CMS Run-2 data sets (a.k.a. BMM5 analysis), see [[http://cms-results.web.cern.ch/cms-results/public-results/publications/BPH-21-006/index.html][BPH-21-006]] for details. In this exercise we will start with an introductory presentation, quickly touch the reconstruction of B meson using the standard tool from BPH group, and practice how to construct an unbinned maximum likelihood fitter to extract the decay branching fractions based on RooFit (the real main task!).
62+
63+
5964
### Introductory slides
6065

6166
We will start with this introductory slides: [CMSDAS.pdf](https://indico.cern.ch/event/1518299/contributions/6389293/attachments/3199470/5695600/CMSDAS_2026.pdf).

0 commit comments

Comments
 (0)