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