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