Skip to content

Commit 57ad4d8

Browse files
committed
fixed some typos
1 parent 0e2d08c commit 57ad4d8

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Diff for: _sass/jekyll-theme-minimalist.scss

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ pre {
101101
}
102102

103103
table {
104+
overflow-x: auto;
104105
width:100%;
105106
border-collapse:collapse;
106107
}

Diff for: index.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ katex: true
44
---
55
# HighPT
66

7-
`HighPT` (pronounced /haɪpt/) is a `Mathematica` package for the analysis of data from high-energy semileptonic transitions at hadron colliders. It allows to compute high-$p_T$ tail observables for semileptonic processes, i.e. Drell-Yan cross sections, for dilepton and monolepton final states, at the LHC.
7+
`HighPT` (pronounced /haɪpt/) is a `Mathematica` package for the analysis of high-energy semileptonic transitions at hadron colliders. It allows to compute high-$p_T$ tail observables for semileptonic processes, i.e. Drell-Yan cross sections, for dilepton and monolepton final states at the LHC.
88

99
The `HighPT` code is publicly available in the GitHub repository: [https://github.com/HighPT/HighPT](https://github.com/HighPT/HighPT)
1010

1111
## Models
1212

13-
`HighPT` can calculate the high-$p_T$ observables either within the Standard Model Effective Field Theory (SMEFT) or in explicit New Physics (NP) models, which allows for an assesment of a wide range of NP scenarios.
13+
`HighPT` can calculate the high-$p_T$ observables either within the Standard Model Effective Field Theory (SMEFT) or in explicit New Physics (NP) models, which allows for an assesment of a wide range of NP scenarios.
1414

1515
* ### SMEFT
16-
In the SMEFT observables can be computed at tree level, including the relevant energy-enhanced operators up to mass-dimension eight. This allows for a consistent description of the cross section including terms of $\mathcal{O}(\Lambda^{−4})$ in the EFT cutoff scale $\Lambda$.
16+
In the SMEFT observables can be computed at tree level, including the relevant energy-enhanced operators up to mass-dimension eight. This allows for a consistent description of the cross section including terms of $\mathcal{O}(\Lambda^{−4})$ in the EFT cutoff scale $\Lambda$.
1717

1818
* ### NP models
1919
In explicit BSM theories with new tree-level mediators, that can be resolved at LHC energies, observables can be computed including the full propagation effects of these new particles. The list of all currently impleneted mediators and their available masses can be found [here](./mediators.html).
@@ -22,20 +22,20 @@ In explicit BSM theories with new tree-level mediators, that can be resolved at
2222

2323
## Functionalities
2424

25-
The `HighPT` code allows to compute observables related to high-$p_T$ Drell-Yan tails at the LHC. The main routines are:
25+
The main routines of the `HighPT` code are:
2626

2727
* `DifferentialCrossSection` computes differential cross sections.
2828
* `CrossSection` computes integrated cross sections.
2929
* `EventYield` computes NP event yields for the recasted [experimental searches](./searches.html).
30-
* `ChiSquareLHC` computes $\chi^2$ likelihoods for NP in the recasted [experimental searches](./searches.html).
30+
* `ChiSquareLHC` computes $\chi^2$ likelihoods for NP in the recasted [experimental searches](./searches.html).
3131

32-
Further functionalities include the option to redefine the alignment of mass and flavor basis for quarks, i.e. to redefine the CKM matrix, and to possibility to translate the results obtained by `HighPT` in `Mathematica` to a `python` file using the [`WCxf` format](https://wcxf.github.io).
32+
Further functionalities include the option to redefine the alignment of the mass and flavor basis for quarks and the possibility to translate the results obtained by `HighPT` in `Mathematica` to a `python` file using the [`WCxf` format](https://wcxf.github.io).
3333

3434
---
3535

3636
## Open source
3737

38-
`HighPT` is an open source software. If you find a bug, have a question, or are looking for further features, please have a look at our [issue page](https://github.com/HighPT/HighPT/issues) in the GitHub repositors where you can open a new topic. If you want to contribute to `HighPT` please feels free to open a pull request.
38+
`HighPT` is an open source software. If you find a bug, have a question, or are looking for further features, please have a look at our [issue page](https://github.com/HighPT/HighPT/issues) in the GitHub repositors where you can open a new topic. If you want to contribute to `HighPT` please feel free to open a pull request.
3939

4040
---
4141

0 commit comments

Comments
 (0)