Class used to store a quartet of points and chiral volume bounds on them. More...
#include <ChiralSet.h>
Public Member Functions | |
| ChiralSet (unsigned int pid1, unsigned int pid2, unsigned int pid3, unsigned int pid4, double lowerVolBound, double upperVolBound) | |
| double | getUpperVolumeBound () const |
| double | getLowerVolumeBound () const |
Public Attributes | |
| unsigned int | d_idx1 |
| unsigned int | d_idx2 |
| unsigned int | d_idx3 |
| unsigned int | d_idx4 |
| double | d_volumeLowerBound |
| double | d_volumeUpperBound |
Class used to store a quartet of points and chiral volume bounds on them.
Definition at line 22 of file ChiralSet.h.
| DistGeom::ChiralSet::ChiralSet | ( | unsigned int | pid1, | |
| unsigned int | pid2, | |||
| unsigned int | pid3, | |||
| unsigned int | pid4, | |||
| double | lowerVolBound, | |||
| double | upperVolBound | |||
| ) | [inline] |
Definition at line 32 of file ChiralSet.h.
References CHECK_INVARIANT, d_volumeLowerBound, and d_volumeUpperBound.
| double DistGeom::ChiralSet::getLowerVolumeBound | ( | ) | const [inline] |
Definition at line 46 of file ChiralSet.h.
References d_volumeLowerBound.
| double DistGeom::ChiralSet::getUpperVolumeBound | ( | ) | const [inline] |
Definition at line 42 of file ChiralSet.h.
References d_volumeUpperBound.
| unsigned int DistGeom::ChiralSet::d_idx1 |
Definition at line 25 of file ChiralSet.h.
| unsigned int DistGeom::ChiralSet::d_idx2 |
Definition at line 26 of file ChiralSet.h.
| unsigned int DistGeom::ChiralSet::d_idx3 |
Definition at line 27 of file ChiralSet.h.
| unsigned int DistGeom::ChiralSet::d_idx4 |
Definition at line 28 of file ChiralSet.h.
Definition at line 29 of file ChiralSet.h.
Referenced by ChiralSet(), and getLowerVolumeBound().
Definition at line 30 of file ChiralSet.h.
Referenced by ChiralSet(), and getUpperVolumeBound().
1.7.1