Skip to content

Commit c66a43e

Browse files
fixing images and links
1 parent e4fe8d4 commit c66a43e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

fig/loading_circles_set.jpg

1020 KB
Loading

index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ permalink: index.html # Is the only page that doesn't follow the pattern /:path
88

99
{% comment %} This is a comment in Liquid {% endcomment %}
1010

11-
<a href="{{ page.root }}/fig/CMS-EXO-20-015_Figure-aux_004-a.png">
12-
<img src="{{ page.root }}/fig/CMS-EXO-20-015_Figure-aux_004-a.png" alt="event display" height=420 width=600 />
11+
<a href="https://www.ellipsix.net/blog/2012/11/attachments/Bd9y/Bs_mumu_super.png">
12+
<img src="https://www.ellipsix.net/blog/2012/11/attachments/Bd9y/Bs_mumu_super.png" alt="$B_s^0 \to \mu^+\mu^-$" height=420 width=600 />
1313
</a>
1414

1515
> ## Links
@@ -48,17 +48,17 @@ Students will perform the full analysis to search for LLPs decaying in the endca
4848
* make event displays of signal simulation events
4949

5050
### Facilitators CMSDAS LPC 2026
51-
<img src="fig/facilitators_2026.png" alt="" style="width:80%">
51+
<img src="fig/loading_circles_set.jpg" alt="" style="width:80%">
5252

53-
* [[mailto:ccosby@fnal.gov][Chris Cosby]] (FNAL)
53+
* [Chris Cosby](mailto:ccosby@fnal.gov) (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!
59+
These instructions were created by [Kai-Feng Chen](mailto:Kai-Feng.Chen@cern.ch) and [Federica Riti](mailto:federica.riti@cern.ch) 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!
6060

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!).
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 [BPH-21-006](http://cms-results.web.cern.ch/cms-results/public-results/publications/BPH-21-006/index.html) 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!).
6262

6363

6464
### Introductory slides

0 commit comments

Comments
 (0)