#include <ALILine.h>
Public Member Functions | |
ALILine () | |
ALILine (const CLHEP::Hep3Vector &point, const CLHEP::Hep3Vector &direction) | |
CLHEP::Hep3Vector | intersect (const ALILine &l2, bool notParallel=0) |
CLHEP::Hep3Vector | intersect (const ALIPlane &plane, bool notParallel=1) |
const CLHEP::Hep3Vector & | pt () const |
const CLHEP::Hep3Vector & | vec () const |
~ALILine () | |
Private Attributes | |
CLHEP::Hep3Vector | _direction |
CLHEP::Hep3Vector | _point |
Friends | |
std::ostream & | operator<< (std::ostream &, const ALILine &li) |
ALILine::ALILine | ( | const CLHEP::Hep3Vector & | point, |
const CLHEP::Hep3Vector & | direction | ||
) |
Definition at line 19 of file ALILine.cc.
CLHEP::Hep3Vector ALILine::intersect | ( | const ALILine & | l2, |
bool | notParallel = 0 |
||
) |
Definition at line 30 of file ALILine.cc.
Referenced by OptODistancemeter::makeMeasurement().
CLHEP::Hep3Vector ALILine::intersect | ( | const ALIPlane & | plane, |
bool | notParallel = 1 |
||
) |
Definition at line 201 of file ALILine.cc.
|
inline |
Definition at line 27 of file ALILine.h.
References _point.
Referenced by Particle.Particle::__str__(), ZMuMuRochCorAnalyzer.DiMuon::__str__(), DiObject.DiMuon::__str__(), Lepton.Lepton::relIso(), Lepton.Lepton::relIsoFromEA(), and Lepton.Lepton::relIsoR().
|
inline |
|
friend |
Definition at line 188 of file ALILine.cc.
|
private |