Go to the documentation of this file.
4 #ifndef SRC_HERWIG_UIProvider_H
5 #define SRC_HERWIG_UIProvider_H
7 #include <Herwig/API/HerwigUI.h>
62 void quit()
const override;
71 std::istream&
inStream()
const override {
return std::cin; }
HerwigUIProvider(const edm::ParameterSet &pset, std::string inputFileName, RunMode::Mode)
Constructor from the arguments provided by CMSSW.
RunMode::Mode runMode() const override
Requested Herwig run mode.
int jobs() const override
std::vector< std::string > appendReadDirectories_
const std::vector< std::string > & prependReadDirectories() const override
const std::vector< std::string > & appendReadDirectories() const override
void quitWithHelp() const override
std::string inputfile() const override
Name of the file to be read.
std::string integrationList_
std::vector< std::string > prependReadDirectories_
std::string setupfile() const override
Name of the setup file to be read, to modify the repository.
unsigned int maxJobs() const override
~HerwigUIProvider() override
Destructor to leave a clean ThePEG::Repository behind.
std::string integrationList() const override
std::string tag() const override
A user-defined tag to append to the run name.
std::istream & inStream() const override
Return the standard in stream to be used.
int seed() const override
unsigned int jobSize() const override
std::ostream & errStream() const override
Return the standard err stream to be used.
std::ostream & outStream() const override
Return the standard out stream to be used.
bool resume() const override
Try to resume execution from an earlier interrupted run.
void setRunMode(RunMode::Mode runMode, const edm::ParameterSet &pset, std::string inputFile="")
std::string repository() const override
Repository name to operate on.
bool tics() const override
Require verbose progress markers.
void quit() const override