8#ifndef BEANS_GENERALCONFIGURATION_H_
9#define BEANS_GENERALCONFIGURATION_H_
11#include <partons/BaseObject.h>
31 static const std::string GENERAL_CONFIGURATION_NUMBER_OF_EVENTS;
32 static const std::string GENERAL_CONFIGURATION_HISTOGRAM_FILE_PATH;
55 virtual std::string toString()
const;
89 std::string m_histogramFilePath;
Container to store general configuration of generator.
Definition: GeneralConfiguration.h:29
virtual ~GeneralConfiguration()
static GeneralConfiguration fromTask(const MonteCarloTask &task)
void setHistogramFilePath(const std::string &histogramFilePath)
const std::string & getHistogramFilePath() const
size_t getNEvents() const
GeneralConfiguration(const GeneralConfiguration &other)
void setNEvents(size_t nEvents)
GeneralConfiguration(size_t nEvents, const std::string &histogramFilePath)
Container to store information from xml scenario for a single task.
Definition: MonteCarloTask.h:23