|
BOSS 7.1.1
BESIII Offline Software System
|
#include "EvtGenBase/EvtPatches.hh"#include <iostream>#include <math.h>#include "EvtGenBase/EvtVector3R.hh"Go to the source code of this file.
Functions | |
| EvtVector3R | rotateEuler (const EvtVector3R &v, double alpha, double beta, double gamma) |
| ostream & | operator<< (ostream &s, const EvtVector3R &v) |
| EvtVector3R | cross (const EvtVector3R &p1, const EvtVector3R &p2) |
| EvtVector3R cross | ( | const EvtVector3R & | p1, |
| const EvtVector3R & | p2 ) |
Definition at line 84 of file EvtVector3R.cc.
Referenced by DifFourVector::boostFrom(), DifFourVector::boostFromMe(), DifFourVector::boostTo(), DifFourVector::boostToMe(), EmcRecGeoPlane::Build(), EvtOmegaDalitz::decay(), EvtVVP::decay(), DifRotation::DifRotation(), EmcRecGeoPlane::EmcRecGeoPlane(), BeamParams::execute(), MucGeometron::GetIntersectionLinePlane(), MucGeometron::GetIntersectionLinePlaneWithSigma(), and TTrackManager::removeHitsAcrossOverIp().
| ostream & operator<< | ( | ostream & | s, |
| const EvtVector3R & | v ) |
Definition at line 75 of file EvtVector3R.cc.
| EvtVector3R rotateEuler | ( | const EvtVector3R & | v, |
| double | alpha, | ||
| double | beta, | ||
| double | gamma ) |
Definition at line 43 of file EvtVector3R.cc.