Logo ROOT   6.10/00
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
math/physics/doc/index.md
Go to the documentation of this file.
1 \defgroup Physics Physics Vectors
2 \ingroup Math
3 \brief The Physics Vectors classes.
4 
5 Several documents describing these classes are listed below:
6 
7  - The main histogram class is documented in class TGeoManager.
8  - [The Chapter about the Physics Vectors classes in the Users Guide](ftp://root.cern.ch/root/doc/17PhysicsVectors.pdf)
9 
10 #### The Physics Vector package consists of five classes:
11  - TVector2
12  - TVector3
13  - TRotation
16 
17 It is a combination of CLHEPs Vector package written by
18 Leif Lonnblad, Andreas Nilsson and Evgueni Tcherniaev
19 and a ROOT package written by Pasha Murat.
20 for CLHEP see: http://www.cern.ch/clhep/
for(Int_t i=0;i< n;i++)
Definition: legend1.C:18
The TLorentzRotation class describes Lorentz transformations including Lorentz boosts and rotations (...
The manager class for any TGeo geometry.
Definition: TGeoManager.h:37
TArc * a
Definition: textangle.C:12
TVector2 is a general two vector class, which can be used for the description of different vectors in...
Definition: TVector2.h:18
TVector3 is a general three vector class, which can be used for the description of different vectors ...
Definition: TVector3.h:22
The TRotation class describes a rotation of objects of the TVector3 class.
Definition: TRotation.h:20
TLorentzVector is a general four-vector class, which can be used either for the description of positi...
int main(int argc, char **argv)