Logo ROOT   6.08/07
Reference Guide
Classes | Namespaces | Functions
LorentzVector.h File Reference
#include "Math/GenVector/PxPyPzE4D.h"
#include "Math/GenVector/DisplacementVector3D.h"
#include "Math/GenVector/GenVectorIO.h"
Include dependency graph for LorentzVector.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Math::LorentzVector< CoordSystem >
 Class describing a generic LorentzVector in the 4D space-time, using the specified coordinate system for the spatial vector part. More...
 

Namespaces

 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 
 ROOT::Math
 

Functions

template<class CoordSystem >
LorentzVector< CoordSystem > ROOT::Math::operator* (const typename LorentzVector< CoordSystem >::Scalar &a, const LorentzVector< CoordSystem > &v)
 Scale of a LorentzVector with a scalar quantity a. More...
 
template<class char_t , class traits_t , class Coords >
std::basic_ostream< char_t, traits_t > & ROOT::Math::operator<< (std::basic_ostream< char_t, traits_t > &os, LorentzVector< Coords > const &v)
 
template<class char_t , class traits_t , class Coords >
std::basic_istream< char_t, traits_t > & ROOT::Math::operator>> (std::basic_istream< char_t, traits_t > &is, LorentzVector< Coords > &v)