Mantid
|
Simple data holder for passing the detector info around when dealing with the NeXus data. More...
Public Attributes | |
std::vector< int32_t > | codes |
std::vector< double > | delays |
std::vector< detid_t > | ids |
std::vector< double > | l2 |
std::vector< double > | phi |
std::vector< double > | pressures |
std::vector< double > | theta |
std::vector< double > | thicknesses |
Simple data holder for passing the detector info around when dealing with the NeXus data.
Definition at line 39 of file LoadDetectorInfo.h.
std::vector<int32_t> Mantid::DataHandling::LoadDetectorInfo::DetectorInfo::codes |
Definition at line 41 of file LoadDetectorInfo.h.
Referenced by Mantid::DataHandling::LoadDetectorInfo::loadFromIsisNXS(), Mantid::DataHandling::LoadDetectorInfo::readLibisisNxs(), and Mantid::DataHandling::LoadDetectorInfo::readNXSDotDat().
std::vector<double> Mantid::DataHandling::LoadDetectorInfo::DetectorInfo::delays |
Definition at line 42 of file LoadDetectorInfo.h.
Referenced by Mantid::DataHandling::LoadDetectorInfo::loadFromIsisNXS(), Mantid::DataHandling::LoadDetectorInfo::readLibisisNxs(), and Mantid::DataHandling::LoadDetectorInfo::readNXSDotDat().
std::vector<detid_t> Mantid::DataHandling::LoadDetectorInfo::DetectorInfo::ids |
Definition at line 40 of file LoadDetectorInfo.h.
Referenced by Mantid::DataHandling::LoadDetectorInfo::loadFromIsisNXS(), Mantid::DataHandling::LoadDetectorInfo::readLibisisNxs(), and Mantid::DataHandling::LoadDetectorInfo::readNXSDotDat().
std::vector<double> Mantid::DataHandling::LoadDetectorInfo::DetectorInfo::l2 |
Definition at line 43 of file LoadDetectorInfo.h.
Referenced by Mantid::DataHandling::LoadDetectorInfo::loadFromIsisNXS(), Mantid::DataHandling::LoadDetectorInfo::readLibisisNxs(), and Mantid::DataHandling::LoadDetectorInfo::readNXSDotDat().
std::vector<double> Mantid::DataHandling::LoadDetectorInfo::DetectorInfo::phi |
Definition at line 43 of file LoadDetectorInfo.h.
Referenced by Mantid::DataHandling::LoadDetectorInfo::loadFromIsisNXS(), Mantid::DataHandling::LoadDetectorInfo::readLibisisNxs(), and Mantid::DataHandling::LoadDetectorInfo::readNXSDotDat().
std::vector<double> Mantid::DataHandling::LoadDetectorInfo::DetectorInfo::pressures |
Definition at line 44 of file LoadDetectorInfo.h.
Referenced by Mantid::DataHandling::LoadDetectorInfo::loadFromIsisNXS(), Mantid::DataHandling::LoadDetectorInfo::readLibisisNxs(), and Mantid::DataHandling::LoadDetectorInfo::readNXSDotDat().
std::vector<double> Mantid::DataHandling::LoadDetectorInfo::DetectorInfo::theta |
Definition at line 43 of file LoadDetectorInfo.h.
Referenced by Mantid::DataHandling::LoadDetectorInfo::loadFromIsisNXS(), Mantid::DataHandling::LoadDetectorInfo::readLibisisNxs(), and Mantid::DataHandling::LoadDetectorInfo::readNXSDotDat().
std::vector<double> Mantid::DataHandling::LoadDetectorInfo::DetectorInfo::thicknesses |
Definition at line 44 of file LoadDetectorInfo.h.
Referenced by Mantid::DataHandling::LoadDetectorInfo::loadFromIsisNXS(), Mantid::DataHandling::LoadDetectorInfo::readLibisisNxs(), and Mantid::DataHandling::LoadDetectorInfo::readNXSDotDat().