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