ATLAS Offline Software
|
#include <GeoMPVEntry.h>
Public Member Functions | |
bool | operator< (const GeoMPVEntry &right) const |
bool | operator== (const GeoMPVEntry &right) const |
GeoMPVEntry & | operator= (const GeoMPVEntry &right) |
GeoMPVEntry (double aPhotonMomentum, double aPropertyValue) | |
GeoMPVEntry (const GeoMPVEntry &right) | |
~GeoMPVEntry () | |
double | GetPhotonMomentum () |
double | GetProperty () |
void | DumpEntry () |
Private Attributes | |
double | m_thePhotonMomentum |
double | m_theProperty |
Definition at line 8 of file GeoMPVEntry.h.
GeoMPVEntry::GeoMPVEntry | ( | double | aPhotonMomentum, |
double | aPropertyValue | ||
) |
Definition at line 33 of file GeoMPVEntry.cxx.
GeoMPVEntry::GeoMPVEntry | ( | const GeoMPVEntry & | right | ) |
Definition at line 39 of file GeoMPVEntry.cxx.
GeoMPVEntry::~GeoMPVEntry | ( | ) |
Definition at line 45 of file GeoMPVEntry.cxx.
void GeoMPVEntry::DumpEntry | ( | ) |
Definition at line 47 of file GeoMPVEntry.cxx.
|
inline |
Definition at line 29 of file GeoMPVEntry.h.
|
inline |
Definition at line 34 of file GeoMPVEntry.h.
bool GeoMPVEntry::operator< | ( | const GeoMPVEntry & | right | ) | const |
Definition at line 16 of file GeoMPVEntry.cxx.
GeoMPVEntry & GeoMPVEntry::operator= | ( | const GeoMPVEntry & | right | ) |
Definition at line 24 of file GeoMPVEntry.cxx.
bool GeoMPVEntry::operator== | ( | const GeoMPVEntry & | right | ) | const |
Definition at line 8 of file GeoMPVEntry.cxx.
|
private |
Definition at line 25 of file GeoMPVEntry.h.
|
private |
Definition at line 26 of file GeoMPVEntry.h.