CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include "CLHEP/Units/GlobalSystemOfUnits.h"
#include "CLHEP/Vector/defs.h"
#include "CLHEP/Vector/LorentzVector.h"
#include "CLHEP/Vector/LorentzRotation.h"
#include "CLHEP/Vector/Sqr.h"
#include <iostream>
#include <cmath>
#include <stdlib.h>
#include <assert.h>
Go to the source code of this file.
Macros | |
#define | DEPS 1.0e-14 |
#define | FEPS 1.0e-6 |
Functions | |
bool | approx (double a, double b, double eps) |
bool | test (const HepLorentzVector &p, double x, double y, double z, double e, double eps) |
void | conversion_test (Hep3Vector &v3, HepLorentzVector &v4) |
void | conversion_test (const Hep3Vector &v3, const HepLorentzVector &v4) |
bool | test (const HepLorentzVector &p, const HepLorentzVector &q, double eps) |
int | main () |
#define DEPS 1.0e-14 |
Definition at line 24 of file testLorentzVector.cc.
#define FEPS 1.0e-6 |
Definition at line 25 of file testLorentzVector.cc.
Definition at line 27 of file testLorentzVector.cc.
void conversion_test | ( | const Hep3Vector & | v3, |
const HepLorentzVector & | v4 | ||
) |
Definition at line 58 of file testLorentzVector.cc.
void conversion_test | ( | Hep3Vector & | v3, |
HepLorentzVector & | v4 | ||
) |
Definition at line 53 of file testLorentzVector.cc.
Referenced by main().
int main | ( | ) |
Definition at line 81 of file testLorentzVector.cc.
bool test | ( | const HepLorentzVector & | p, |
const HepLorentzVector & | q, | ||
double | eps | ||
) |
Definition at line 71 of file testLorentzVector.cc.
Definition at line 32 of file testLorentzVector.cc.
Referenced by main().