DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
ROOT namespace for mathematical operations and corresponding classes. More...
Functions | |
double | operator* (const dd4hep::Position &l, const dd4hep::Position &r) |
Dot product of 3-vectors. More... | |
double | mean_length (const dd4hep::Position &p1, const dd4hep::Position &p2) |
Calculate the mean length of two vectors. More... | |
dd4hep::Position | mean_direction (const dd4hep::Position &p1, const dd4hep::Position &p2) |
Calculate the mean direction of two vectors. More... | |
bool | operator< (const XYZPoint &a, const XYZPoint &b) |
Allow point insertion of a point in maps. More... | |
bool | operator< (const XYZVector &a, const XYZVector &b) |
Allow 3-vector insertion of a in maps. More... | |
bool | operator< (const PxPyPzEVector &a, const PxPyPzEVector &b) |
Allow 4-vector insertion of a in maps. More... | |
bool | operator< (const RotationZYX &a, const RotationZYX &b) |
ROOT namespace for mathematical operations and corresponding classes.
|
inline |
|
inline |
|
inline |
bool ROOT::Math::operator< | ( | const PxPyPzEVector & | a, |
const PxPyPzEVector & | b | ||
) |
Allow 4-vector insertion of a in maps.
Definition at line 18 of file ParsersObjects_PxPyPzEVector.cpp.
bool ROOT::Math::operator< | ( | const RotationZYX & | a, |
const RotationZYX & | b | ||
) |
Definition at line 18 of file ParsersObjects_RotationZYX.cpp.
bool ROOT::Math::operator< | ( | const XYZPoint & | a, |
const XYZPoint & | b | ||
) |
Allow point insertion of a point in maps.
Definition at line 18 of file ParsersObjects_XYZPoint.cpp.
bool ROOT::Math::operator< | ( | const XYZVector & | a, |
const XYZVector & | b | ||
) |
Allow 3-vector insertion of a in maps.
Definition at line 18 of file ParsersObjects_XYZVector.cpp.