#include "CLHEP/Vector/ThreeVector.h"
#include "CLHEP/Units/PhysicalConstants.h"
#include <cmath>
#include <iostream>
네임스페이스 | |
CLHEP | |
함수 | |
std::ostream & | CLHEP::operator<< (std::ostream &, const Hep3Vector &) |
void | CLHEP::ZMinput3doubles (std::istream &is, const char *type, double &x, double &y, double &z) |
std::istream & | CLHEP::operator>> (std::istream &, Hep3Vector &) |
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 &, double a) |