Skip to content

Commit

Permalink
Missing changes from documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ellert authored and couet committed Jun 27, 2016
1 parent 6db56ec commit 07cfe61
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 29 deletions.
2 changes: 1 addition & 1 deletion hist/hist/src/TH1.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
\class TH1S
\brief tomato 1-D histogram with a short per channel (see TH1 documentation)
\class TH1I
\brief tomato 1-D histogram with a int per channel (see TH1 documentation)}
\brief tomato 1-D histogram with an int per channel (see TH1 documentation)}
\class TH1F
\brief tomato 1-D histogram with a float per channel (see TH1 documentation)}
\class TH1D
Expand Down
4 changes: 2 additions & 2 deletions hist/hist/src/TH2.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ ClassImp(TH2)
/** \addtogroup Hist
@{
\class TH2C
\brief tomato 2-D histogram with a bype per channel (see TH1 documentation)
\brief tomato 2-D histogram with a byte per channel (see TH1 documentation)
\class TH2S
\brief tomato 2-D histogram with a short per channel (see TH1 documentation)
\class TH2I
\brief tomato 2-D histogram with a int per channel (see TH1 documentation)}
\brief tomato 2-D histogram with an int per channel (see TH1 documentation)}
\class TH2F
\brief tomato 2-D histogram with a float per channel (see TH1 documentation)}
\class TH2D
Expand Down
4 changes: 2 additions & 2 deletions hist/hist/src/TH3.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ ClassImp(TH3)
/** \addtogroup Hist
@{
\class TH3C
\brief tomato 3-D histogram with a bype per channel (see TH1 documentation)
\brief tomato 3-D histogram with a byte per channel (see TH1 documentation)
\class TH3S
\brief tomato 3-D histogram with a short per channel (see TH1 documentation)
\class TH3I
\brief tomato 3-D histogram with a int per channel (see TH1 documentation)}
\brief tomato 3-D histogram with an int per channel (see TH1 documentation)}
\class TH3F
\brief tomato 3-D histogram with a float per channel (see TH1 documentation)}
\class TH3D
Expand Down
2 changes: 1 addition & 1 deletion hist/hist/v7/src/THistDrawable.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// \file ROOT/THistDrawable.cxx
/// \file THistDrawable.cxx
/// \ingroup Hist ROOT7
/// \author Axel Naumann <[email protected]>
/// \date 2015-09-11
Expand Down
2 changes: 1 addition & 1 deletion hist/histpainter/v7/src/THistPainter.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// \file ROOT/THistPainter.cxx
/// \file THistPainter.cxx
/// \ingroup HistPainter ROOT7
/// \author Axel Naumann <[email protected]>
/// \date 2015-07-09
Expand Down
2 changes: 1 addition & 1 deletion io/io/inc/TCollectionProxyFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class TCollectionStreamer {
};

/**
\class TCollectionClassStreamer TCollectionProxy.h
\class TCollectionClassStreamer TCollectionProxyFactory.h
\ingroup IO

Class streamer object to implement TClassStreamer functionality
Expand Down
2 changes: 1 addition & 1 deletion man/man1/g2rootold.1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.SH NAME
g2rootold \- convert GEANT geometry files to ROOT files
.SH SYNOPSIS
.B g2rootoldd
.B g2rootold
.I [-f map_name] geant_name macro_name
.SH "DESCRIPTION"
You can convert a
Expand Down
2 changes: 1 addition & 1 deletion math/doc/Math.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The %ROOT Mathematical libraries consist of the following components:
- **Physics Vectors**: Classes for describing vectors in 2, 3 and 4 dimensions (relativistic vectors) and their rotation and transformation algorithms. Two package exist in %ROOT:

- Physics: library with the TVector3 and TLorentzVector classes.
- GenVector: new library providing generic class templates for modeling the vectors. See the \ref "GenVector" page.
- GenVector: new library providing generic class templates for modeling the vectors. See the \ref Vector "GenVector" page.

- \ref Unuran "UNURAN": Package with universal algorithms for generating non-uniform pseudo-random numbers, from a large classes of continuous or discrete distributions in one or multi-dimensions.

Expand Down
2 changes: 1 addition & 1 deletion math/minuit2/doc/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ROOT::Math::Minimizer from <a href="http://www.cern.ch/mathlibs/sw/html/MathCore
<p>
<ol>
<li>
F. James, <em>Fortran MINUIT Reference Manual</em> (<a href="http://wwwasdoc.web.cern.ch/wwwasdoc/minuit/minmain.html">html</a>); </li>
F. James, <em>Fortran MINUIT Reference Manual</em> (<a href="https://cern-tex.web.cern.ch/cern-tex/minuit/minmain.html">html</a>); </li>
<li>
F. James and M. Winkler, <em>C++ MINUIT User's Guide</em> (<a href="http://seal.cern.ch/documents/minuit/mnusersguide.pdf">pdf</a>); </li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion math/smatrix/doc/SMatrixClass.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h3>Accessing and Setting Methods</h3>
<h3>Linear Algebra Functions</h3>

Only limited linear algebra functionality is available for SMatrix. It is possible for squared matrices NxN, to find the inverse or to calculate the determinant. Different inversion algorithms are used if the matrix is smaller than 6x6 or if it is symmetric.
In the case of a small matrix, a faster direct inversion is used. For a large (N > 6) symmetric matrix the Bunch-Kaufman diagonal pivoting method is used while for a large (N > 6) general matrix an LU factorization is performed using the same algorithm as in the CERNLIB routine <a href="http://wwwasdoc.web.cern.ch/wwwasdoc/shortwrupsdir/f010/top.html">dinv</a>.
In the case of a small matrix, a faster direct inversion is used. For a large (N > 6) symmetric matrix the Bunch-Kaufman diagonal pivoting method is used while for a large (N > 6) general matrix an LU factorization is performed using the same algorithm as in the CERNLIB routine <a href="https://cern-tex.web.cern.ch/cern-tex/shortwrupsdir/f010/top.html">dinv</a>.
<pre>
<em>// Invert a NxN matrix. The inverted matrix replace the existing one and returns if the result is successful</em>
bool ret = m.<strong>Invert</strong>()
Expand Down
31 changes: 15 additions & 16 deletions misc/table/src/TCernLib.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,9 @@ double *TCL::traat(const double *a, double *s, int m, int n)
/// CERN PROGLIB# F112 TRAL .VERSION KERNFOR 4.15 861204
/// ORIG. 18/12/74 WH
/// tral.F -- translated by f2c (version 19970219).
///
/// See original documentation of CERNLIB package
/// [F112](https://cern-tex.web.cern.ch/cern-tex/shortwrupsdir/f112/top.html) <!--
/// [F112](https://cern-tex.web.cern.ch/cern-tex/shortwrupsdir/f112/top.html)

float *TCL::tral(const float *a, const float *u, float *b, int m, int n)
{
Expand All @@ -356,7 +357,7 @@ float *TCL::tral(const float *a, const float *u, float *b, int m, int n)
/// Triangular - Rectangular Multiplication
///
/// tral.F -- translated by f2c (version 19970219).
/// CERN PROGLIB# F112 TRAL .VERSION KERNFOR 4.15 861204 */
/// CERN PROGLIB# F112 TRAL .VERSION KERNFOR 4.15 861204
/// ORIG. 18/12/74 WH
///
/// See original documentation of CERNLIB package
Expand Down Expand Up @@ -459,7 +460,7 @@ double *TCL::tralt(const double *a, const double *u, double *b, int m, int n)
////////////////////////////////////////////////////////////////////////////////
/// Symmetric - Rectangular Multiplication
///
/// CERN PROGLIB# F112 TRAS .VERSION KERNFOR 4.15 861204 */
/// CERN PROGLIB# F112 TRAS .VERSION KERNFOR 4.15 861204
/// ORIG. 18/12/74 WH
/// tras.F -- translated by f2c (version 19970219).
///
Expand All @@ -475,7 +476,7 @@ float *TCL::tras(const float *a, const float *s, float *b, int m, int n)
////////////////////////////////////////////////////////////////////////////////
/// Symmetric - Rectangular Multiplication
///
/// CERN PROGLIB# F112 TRAS .VERSION KERNFOR 4.15 861204 */
/// CERN PROGLIB# F112 TRAS .VERSION KERNFOR 4.15 861204
/// ORIG. 18/12/74 WH
/// tras.F -- translated by f2c (version 19970219).
///
Expand Down Expand Up @@ -529,7 +530,7 @@ double *TCL::tras(const double *a, const double *s, double *b, int m, int n)
////////////////////////////////////////////////////////////////////////////////
/// Transformation of Symmetric Matrix
///
/// CERN PROGLIB# F112 TRASAT .VERSION KERNFOR 4.15 861204 */
/// CERN PROGLIB# F112 TRASAT .VERSION KERNFOR 4.15 861204
/// ORIG. 18/12/74 WH
/// trasat.F -- translated by f2c (version 19970219).
///
Expand All @@ -545,7 +546,7 @@ float *TCL::trasat(const float *a, const float *s, float *r__, int m, int n)
////////////////////////////////////////////////////////////////////////////////
/// Transformation of Symmetric Matrix
///
/// CERN PROGLIB# F112 TRASAT .VERSION KERNFOR 4.15 861204 */
/// CERN PROGLIB# F112 TRASAT .VERSION KERNFOR 4.15 861204
/// ORIG. 18/12/74 WH
/// trasat.F -- translated by f2c (version 19970219).
///
Expand All @@ -561,7 +562,7 @@ double *TCL::trasat(const double *a, const double *s, double *r__, int m, int n)
////////////////////////////////////////////////////////////////////////////////
/// Transformation of Symmetric Matrix
///
/// CERN PROGLIB# F112 TRASAT .VERSION KERNFOR 4.15 861204 */
/// CERN PROGLIB# F112 TRASAT .VERSION KERNFOR 4.15 861204
/// ORIG. 18/12/74 WH
/// trasat.F -- translated by f2c (version 19970219).
///
Expand All @@ -579,7 +580,7 @@ float *TCL::trasat(const double *a, const float *s, float *r__, int m, int n)
////////////////////////////////////////////////////////////////////////////////
/// trata.F -- translated by f2c (version 19970219).
///
/// CERN PROGLIB# F112 TRATA .VERSION KERNFOR 4.15 861204 */
/// CERN PROGLIB# F112 TRATA .VERSION KERNFOR 4.15 861204
/// ORIG. 18/12/74 WH
///
/// See original documentation of CERNLIB package
Expand Down Expand Up @@ -951,7 +952,7 @@ float *TCL::trla(const float *u, const float *a, float *b, int m, int n)
///
/// CERN PROGLIB# F112 TRLTA .VERSION KERNFOR 4.15 861204
/// ORIG. 18/12/74 WH
//
///
/// See original documentation of CERNLIB package
/// [F112](https://cern-tex.web.cern.ch/cern-tex/shortwrupsdir/f112/top.html)

Expand Down Expand Up @@ -1167,7 +1168,7 @@ float *TCL::trsinv(const float *g, float *gi, int n)
////////////////////////////////////////////////////////////////////////////////
/// trsmlu.F -- translated by f2c (version 19970219).
///
/// CERN PROGLIB# F112 TRSMLU .VERSION KERNFOR 4.15 861204 */
/// CERN PROGLIB# F112 TRSMLU .VERSION KERNFOR 4.15 861204
/// ORIG. 18/12/74 WH
///
/// See original documentation of CERNLIB package
Expand Down Expand Up @@ -1202,7 +1203,7 @@ float *TCL::trsmlu(const float *u, float *s, int n)
////////////////////////////////////////////////////////////////////////////////
/// trsmul.F -- translated by f2c (version 19970219).
///
/// CERN PROGLIB# F112 TRSMUL .VERSION KERNFOR 4.15 861204 */
/// CERN PROGLIB# F112 TRSMUL .VERSION KERNFOR 4.15 861204
/// ORIG. 18/12/74 WH
///
/// See original documentation of CERNLIB package
Expand Down Expand Up @@ -1286,7 +1287,7 @@ float *TCL::trupck(const float *u, float *s, int m)
} /* trupck_ */

////////////////////////////////////////////////////////////////////////////////
///trsat.F -- translated by f2c (version 19970219).
/// trsat.F -- translated by f2c (version 19970219).
///
/// CERN PROGLIB# F112 TRSAT .VERSION KERNFOR 4.15 861204
/// ORIG. 18/12/74 WH
Expand All @@ -1301,7 +1302,6 @@ float *TCL::trsat(const float *s, const float *a, float *b, int m, int n)
int inds, i__, j, k, ia, ib, is;
double sum;


/* Parameter adjustments */
--b; --a; --s;

Expand Down Expand Up @@ -1386,7 +1386,7 @@ double *TCL::trata(const double *a, double *r__, int m, int n)
///
/// CERN PROGLIB# F112 TRATS .VERSION KERNFOR 4.15 861204
/// ORIG. 18/12/74 WH
//
///
/// See original documentation of CERNLIB package
/// [F112](https://cern-tex.web.cern.ch/cern-tex/shortwrupsdir/f112/top.html)

Expand Down Expand Up @@ -1550,6 +1550,7 @@ double *TCL::trchlu(const double *a, double *b, int n)
///
/// CERN PROGLIB# F112 TRCHUL .VERSION KERNFOR 4.16 870601
/// ORIG. 18/12/74 WH
///
/// See original documentation of CERNLIB package
/// [F112](https://cern-tex.web.cern.ch/cern-tex/shortwrupsdir/f112/top.html)

Expand Down Expand Up @@ -1613,7 +1614,6 @@ double *TCL::trchul(const double *a, double *b, int n)
/// CERN PROGLIB# F112 TRINV .VERSION KERNFOR 4.15 861204
/// ORIG. 18/12/74 WH
///
///
/// See original documentation of CERNLIB package
/// [F112](https://cern-tex.web.cern.ch/cern-tex/shortwrupsdir/f112/top.html)

Expand Down Expand Up @@ -1671,7 +1671,6 @@ double *TCL::trinv(const double *t, double *s, int n)
/// CERN PROGLIB# F112 TRLA .VERSION KERNFOR 4.15 861204
/// ORIG. 18/12/74 WH
///
///
/// See original documentation of CERNLIB package
/// [F112](https://cern-tex.web.cern.ch/cern-tex/shortwrupsdir/f112/top.html)

Expand Down
2 changes: 1 addition & 1 deletion roofit/roostats/src/HybridResult.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ double HybridResult::NullPValue() const
}

///////////////////////////////////////////////////////////////////////////
/// return CL_s+b : the S+B p-value
/// Returns \f$CL_{s+b}\f$ : the S+B p-value

double HybridResult::AlternatePValue() const
{
Expand Down

0 comments on commit 07cfe61

Please sign in to comment.