#include <GeoMPVEntry.h>
Definition at line 8 of file GeoMPVEntry.h.
◆ GeoMPVEntry() [1/2]
| GeoMPVEntry::GeoMPVEntry |
( |
double | aPhotonMomentum, |
|
|
double | aPropertyValue ) |
◆ GeoMPVEntry() [2/2]
◆ ~GeoMPVEntry()
| GeoMPVEntry::~GeoMPVEntry |
( |
| ) |
|
◆ DumpEntry()
| void GeoMPVEntry::DumpEntry |
( |
| ) |
|
Definition at line 47 of file GeoMPVEntry.cxx.
48{
49 std::cout << "("
51 << ", "
53 << ")\n";
54}
◆ GetPhotonMomentum()
| double GeoMPVEntry::GetPhotonMomentum |
( |
| ) |
|
|
inline |
◆ GetProperty()
| double GeoMPVEntry::GetProperty |
( |
| ) |
|
|
inline |
◆ operator<()
| bool GeoMPVEntry::operator< |
( |
const GeoMPVEntry & | right | ) |
const |
Definition at line 16 of file GeoMPVEntry.cxx.
17{
19 return true;
20 else
21 return false;
22}
◆ operator=()
Definition at line 24 of file GeoMPVEntry.cxx.
25{
26 if (this == &right) return *this;
27
30 return *this;
31}
◆ operator==()
| bool GeoMPVEntry::operator== |
( |
const GeoMPVEntry & | right | ) |
const |
Definition at line 8 of file GeoMPVEntry.cxx.
9{
11 return true;
12 else
13 return false;
14}
◆ m_thePhotonMomentum
| double GeoMPVEntry::m_thePhotonMomentum |
|
private |
◆ m_theProperty
| double GeoMPVEntry::m_theProperty |
|
private |
The documentation for this class was generated from the following files: