Skip to content

Commit

Permalink
updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
scarrazza committed May 10, 2016
1 parent 36f34fc commit 97b5216
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 12 deletions.
35 changes: 35 additions & 0 deletions doc/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,39 @@ @article{Beenakker:1988jr
doi = "10.1016/0550-3213(90)90636-R",
reportNumber = "Print-89-0200 (LEIDEN)",
SLACcitation = "%%CITATION = NUPHA,B338,349;%%"
}

@article{Hahn:2006qw,
author = "Hahn, Thomas and Rauch, Michael",
title = "{News from FormCalc and LoopTools}",
booktitle = "{Application of quantum field theory to phenomenology --
Radcor 2005, proceedings of the 7th International
Symposium on Radiative Corrections, Sokendai,
Shonan-Village, Kanagawa, Japan, 2-7 October 2005}",
journal = "Nucl. Phys. Proc. Suppl.",
volume = "157",
year = "2006",
pages = "236-240",
doi = "10.1016/j.nuclphysbps.2006.03.026",
eprint = "hep-ph/0601248",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "MPP-2006-7",
SLACcitation = "%%CITATION = HEP-PH/0601248;%%"
}

@article{vanHameren:2010cp,
author = "van Hameren, A.",
title = "{OneLOop: For the evaluation of one-loop scalar
functions}",
journal = "Comput. Phys. Commun.",
volume = "182",
year = "2011",
pages = "2427-2438",
doi = "10.1016/j.cpc.2011.06.011",
eprint = "1007.4716",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "IFJPAN-IV-2010-7",
SLACcitation = "%%CITATION = ARXIV:1007.4716;%%"
}
10 changes: 5 additions & 5 deletions src/box.cc
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ namespace ql

/*!
* Finite box with zero masses. Formulae from \cite Denner:1991qq.
* \param res output object res[0,1,2] the coefficients in the Laurent series, following the LoopTools implementation
* \param res output object res[0,1,2] the coefficients in the Laurent series, following the LoopTools implementation \cite Hahn:2006qw.
* \param Y the modified Cayley matrix.
*/
template<typename TOutput, typename TMass, typename TScale>
Expand Down Expand Up @@ -612,7 +612,7 @@ namespace ql

/*!
* Finite box with 1 non-zero mass. Formulae from \cite Denner:1991qq.
* \param res output object res[0,1,2] the coefficients in the Laurent series, following the LoopTools implementation
* \param res output object res[0,1,2] the coefficients in the Laurent series, following the LoopTools implementation \cite Hahn:2006qw.
* \param Y the modified Cayley matrix.
*/
template<typename TOutput, typename TMass, typename TScale>
Expand Down Expand Up @@ -657,7 +657,7 @@ namespace ql

/*!
* Finite box with 2 non-zero masses. Formulae from \cite Denner:1991qq.
* \param res output object res[0,1,2] the coefficients in the Laurent series, following the LoopTools implementation
* \param res output object res[0,1,2] the coefficients in the Laurent series, following the LoopTools implementation \cite Hahn:2006qw.
* \param Y the modified Cayley matrix.
*/
template<typename TOutput, typename TMass, typename TScale>
Expand Down Expand Up @@ -708,7 +708,7 @@ namespace ql

/*!
* Finite box with 3 non-zero masses. Formulae from \cite Denner:1991qq.
* \param res output object res[0,1,2] the coefficients in the Laurent series, following the LoopTools implementation
* \param res output object res[0,1,2] the coefficients in the Laurent series, following the LoopTools implementation \cite Hahn:2006qw.
* \param Y the modified Cayley matrix.
*/
template<typename TOutput, typename TMass, typename TScale>
Expand Down Expand Up @@ -783,7 +783,7 @@ namespace ql

/*!
* Finite box with 4 non-zero masses. Formulae from \cite Denner:1991qq.
* \param res output object res[0,1,2] the coefficients in the Laurent series, following the LoopTools implementation
* \param res output object res[0,1,2] the coefficients in the Laurent series, following the LoopTools implementation \cite Hahn:2006qw.
* \param Y the modified Cayley matrix.
*/
template<typename TOutput, typename TMass, typename TScale>
Expand Down
14 changes: 7 additions & 7 deletions src/triangle.cc
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ namespace ql

/*!
* Computes the finite triangle with all internal masses zero.
* Formulae from 't Hooft and Veltman \cite tHooft:1978xw following the LoopTools implementation
* Formulae from 't Hooft and Veltman \cite tHooft:1978xw following the LoopTools implementation \cite Hahn:2006qw.
* \param res the output object for the finite part.
* \param xpi an array with masses and momenta squared
*/
Expand All @@ -298,7 +298,7 @@ namespace ql

/*!
* Computes the finite triangle with all internal masses zero.
* Formulae from 't Hooft and Veltman \cite tHooft:1978xw following the LoopTools and OneLoop implementation
* Formulae from 't Hooft and Veltman \cite tHooft:1978xw following the LoopTools and OneLoop implementation \cite Hahn:2006qw, \cite vanHameren:2010cp.
* \param res the output object for the finite part.
* \param xpi an array with masses and momenta squared
*/
Expand Down Expand Up @@ -360,7 +360,7 @@ namespace ql

/*!
* Computes the finite triangle with all internal masses zero.
* Formulae from 't Hooft and Veltman \cite tHooft:1978xw following the LoopTools and OneLoop implementation
* Formulae from 't Hooft and Veltman \cite tHooft:1978xw following the LoopTools and OneLoop implementation \cite Hahn:2006qw, \cite vanHameren:2010cp.
* \param res the output object for the finite part.
* \param xpi an array with masses and momenta squared
*/
Expand Down Expand Up @@ -427,7 +427,7 @@ namespace ql

/*!
* Computes the finite triangle with all internal masses zero.
* Formulae from 't Hooft and Veltman \cite tHooft:1978xw following the LoopTools and OneLoop implementation
* Formulae from 't Hooft and Veltman \cite tHooft:1978xw following the LoopTools and OneLoop implementation \cite Hahn:2006qw, \cite vanHameren:2010cp.
* \param res the output object for the finite part.
* \param xpi an array with masses and momenta squared
*/
Expand Down Expand Up @@ -509,7 +509,7 @@ namespace ql

/*!
* Computes the finite triangle, when Kallen2 > 0 and 3 massive particles.
* Formulae from Denner, Nierste and Scharf \cite Denner:1991qq following the OneLoop implementation
* Formulae from Denner, Nierste and Scharf \cite Denner:1991qq following the OneLoop implementation \cite vanHameren:2010cp.
* \param res the output object for the finite part.
* \param xpi an array with masses and momenta squared
*/
Expand Down Expand Up @@ -589,7 +589,7 @@ namespace ql

/*!
* Computes the finite triangle, with 2 massive particles
* Formulae from Denner, Nierste and Scharf \cite Denner:1991qq following the OneLoop implementation
* Formulae from Denner, Nierste and Scharf \cite Denner:1991qq following the OneLoop implementation \cite vanHameren:2010cp.
* \param res the output object for the finite part.
* \param xpi an array with masses and momenta squared
*/
Expand Down Expand Up @@ -671,7 +671,7 @@ namespace ql

/*!
* Computes the finite triangle, with 1 massive particles.
* Formulae from Denner, Nierste and Scharf \cite Denner:1991qq following the OneLoop implementation
* Formulae from Denner, Nierste and Scharf \cite Denner:1991qq following the OneLoop implementation \cite vanHameren:2010cp.
* \param res the output object for the finite part.
* \param xpi an array with masses and momenta squared
*/
Expand Down

0 comments on commit 97b5216

Please sign in to comment.