Application(ProgramOptions const &opt)
Standard constructor, initialises the application.
ProgramOptions const & fOpt
Program options object.
void Exec()
Run the application.
Run fRun
Reconstruction run.
void LoadYaml(const std::string &filename)
Load from YAML file.
const std::string & ParFile() const
Get parameter file name.
bool Overwrite() const
Get overwrite option.
const std::vector< std::string > & TraFiles() const
Get transport file name.
const std::string & ConfigFile() const
Get configuration file name (YAML format)
const std::string & SetupTag() const
Get geometry setup tag.
const std::string & OutputFile() const
Get output file name (.root format)
void SetTraFiles(const std::vector< std::string > files)
Set transport file name.
void SetParFile(const char *fileName)
Set parameter file name.
void SetConfig(const Config &config)
Set configuration.
void Exec()
Run digitization.
void AllowOverwrite()
Allow overwriting if output file already exists.
void SetOutput(const char *fileName)
Set output file name.
void SetGeoSetupTag(const char *tag)
Set geometry setup tag.