From 97b521658676ef365b9001980a6c6ff14ed5c302 Mon Sep 17 00:00:00 2001 From: Stefano Carrazza Date: Tue, 10 May 2016 19:58:57 +0200 Subject: [PATCH] updating documentation --- doc/bibliography.bib | 35 +++++++++++++++++++++++++++++++++++ src/box.cc | 10 +++++----- src/triangle.cc | 14 +++++++------- 3 files changed, 47 insertions(+), 12 deletions(-) diff --git a/doc/bibliography.bib b/doc/bibliography.bib index f78345e..e0650ab 100644 --- a/doc/bibliography.bib +++ b/doc/bibliography.bib @@ -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;%%" } \ No newline at end of file diff --git a/src/box.cc b/src/box.cc index e7f9e1e..600ac7d 100644 --- a/src/box.cc +++ b/src/box.cc @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/src/triangle.cc b/src/triangle.cc index 359a4ef..42eaa08 100644 --- a/src/triangle.cc +++ b/src/triangle.cc @@ -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 */ @@ -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 */ @@ -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 */ @@ -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 */ @@ -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 */ @@ -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 */ @@ -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 */