Skip to content
Snippets Groups Projects
AlignAndFocusPowder.cpp 38.7 KiB
Newer Older
  Algorithm_sptr alg = this->createChildAlgorithm("SortEvents");
  alg->setProperty("InputWorkspace", eventWS);
  alg->setPropertyValue("SortBy", "X Value");
  alg->executeAsChildAlg();
}
} // namespace WorkflowAlgorithm
} // namespace Mantid