#include <DirOfGamma.h>
Definition at line 311 of file DirOfGamma.h.
ems::bDistCentLess2D::bDistCentLess2D |
( |
const TVector2 & |
c | ) |
|
|
inline |
Definition at line 316 of file DirOfGamma.h.
318 double dx = p1->GetPointCm().X() -
center.X();
319 double dy = p1->GetPointCm().Y() -
center.Y();
320 double b1 = dx * dx + dy * dy;
321 dx = p2->GetPointCm().X() -
center.X();
322 dy = p2->GetPointCm().Y() -
center.Y();
323 double b2 = dx * dx + dy * dy;
TVector2 ems::bDistCentLess2D::center |
|
private |
The documentation for this class was generated from the following file: