Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
ThreeVector.cc File Reference
#include "CLHEP/Vector/ThreeVector.h"
#include "CLHEP/Units/PhysicalConstants.h"
#include <cmath>
#include <iostream>

Go to the source code of this file.

Namespaces

namespace  CLHEP
 

Functions

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)