19 const std::string
name()
const override;
20 int version()
const override;
21 const std::vector<std::string>
seeAlso()
const override {
22 return {
"MDNormSCDPreprocessIncoherent",
"MDNormDirectSC"};
24 const std::string category()
const override;
25 const std::string summary()
const override;
Base class for the three MDNorm, MDNormDirectSC and MDNormSCD algorithms with the common normalizatio...
MDNormSCD : Generate MD normalization for single crystal diffraction.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....