#ifndef DIALS_NEXUS_NXBEAM_H #define DIALS_NEXUS_NXBEAM_H #include #include #include namespace dials { namespace nexus { class NXbeam { public: boost::optional incident_wavelength; boost::optional flux; boost::optional< af::tiny > incident_polarization_stokes; }; }} // namespace dials::nexus #endif // DIALS_NEXUS_NXBEAM_H