|
Mantid
|
Tuple which holds detector-IDs and pointers to detector components, and monitor flags. More...
Public Member Functions | |
| IDetector_const_sptr const & | detector () const |
| DetectorCacheEntry (detid_t id, IDetector_const_sptr det, bool isMonitorFlag) | |
| detid_t const & | id () const |
| bool const & | isMonitor () const |
| void | setIsMonitor (bool flag) |
Tuple which holds detector-IDs and pointers to detector components, and monitor flags.
This is the type of the elements in the detector cache vector. Provides a more convenient interface to the elements of the detector cache vector than a raw tuple. <detid_t, IDetector_const_sptr, bool>
Definition at line 273 of file Instrument.h.
|
inline |
Definition at line 274 of file Instrument.h.
|
inline |
Definition at line 277 of file Instrument.h.
|
inline |
Definition at line 276 of file Instrument.h.
Referenced by Mantid::Geometry::Instrument::DetectorCache::lower_bound(), and Mantid::Geometry::Instrument::DetectorCache::lower_bound().
|
inline |
Definition at line 278 of file Instrument.h.
|
inline |
Definition at line 279 of file Instrument.h.