Skip to content
Snippets Groups Projects
Commit 1b4cd702 authored by Enrico Guiraud's avatar Enrico Guiraud
Browse files

[DOC][NFC] Add visible warning that TVector3 should not be used.

parent a3f4198f
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,12 @@
/** \class TVector3
\ingroup Physics
\attention \parblock
TVector3 is a legacy class. It is slower and worse for serialization than the recommended superior alternative ROOT::Math::XYZVector.
More details can be found in the documentation of the @ref GenVector package.
\endparblock
TVector3 is a general three vector class, which can be used for
the description of different vectors in 3D.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment