#include <DirOfGamma.h>
Definition at line 292 of file DirOfGamma.h.
ems::bDistCentMore2D::bDistCentMore2D |
( |
const TVector2 & |
c | ) |
|
|
inline |
bool ems::bDistCentMore2D::operator() |
( |
Hit2D * |
p1, |
|
|
Hit2D * |
p2 |
|
) |
| |
|
inline |
Definition at line 297 of file DirOfGamma.h.
299 double dx =
p1->GetPointCm().X() -
center.X();
300 double dy =
p1->GetPointCm().Y() -
center.Y();
301 double b1 = dx * dx + dy * dy;
302 dx = p2->GetPointCm().X() -
center.X();
303 dy = p2->GetPointCm().Y() -
center.Y();
304 double b2 = dx * dx + dy * dy;
physics associatedGroupsWithLeft p1
TVector2 ems::bDistCentMore2D::center |
|
private |
The documentation for this class was generated from the following file: