#include "CLHEP/Vector/ThreeVector.h"
#include "CLHEP/Units/PhysicalConstants.h"
#include <cmath>
#include <iostream>
Go to the source code of this file.
|
std::ostream & | CLHEP::operator<< (std::ostream &os, const Hep3Vector &v) |
|
void | CLHEP::ZMinput3doubles (std::istream &is, const char *type, double &x, double &y, double &z) |
|
std::istream & | CLHEP::operator>> (std::istream &is, Hep3Vector &v) |
|
const Hep3Vector | CLHEP::HepXHat (1.0, 0.0, 0.0) |
|
const Hep3Vector | CLHEP::HepYHat (0.0, 1.0, 0.0) |
|
const Hep3Vector | CLHEP::HepZHat (0.0, 0.0, 1.0) |
|
Hep3Vector | CLHEP::operator/ (const Hep3Vector &v1, double c) |
|