Jpp
18.0.0
the software that should make you happy
|
Auxiliary class to sort pairs of PMT addresses within optical module. More...
#include <JCalibrateK40.hh>
Public Member Functions | |
JPairwiseComparator (const JModule &module, const double epsilon=1.0e-5) | |
Constructor. More... | |
bool | operator() (const pair_type &first, const pair_type &second) const |
Comparison of two pairs of PMT addresses. More... | |
double | getDot (const pair_type &pair) const |
Get cosine of space angle between PMT axes. More... | |
Protected Attributes | |
const JModule & | __module |
const double | __epsilon |
Auxiliary class to sort pairs of PMT addresses within optical module.
Definition at line 47 of file JCalibrateK40.hh.
|
inline |
Constructor.
module | detector module |
epsilon | precision |
Definition at line 54 of file JCalibrateK40.hh.
|
inline |
Comparison of two pairs of PMT addresses.
first | first pair of PMT addresses |
second | second pair of PMT addresses |
Definition at line 68 of file JCalibrateK40.hh.
|
inline |
Get cosine of space angle between PMT axes.
pair | pair of PMT addresses |
Definition at line 87 of file JCalibrateK40.hh.
|
protected |
Definition at line 94 of file JCalibrateK40.hh.
|
protected |
Definition at line 95 of file JCalibrateK40.hh.