11#ifndef CBM_ATCONVERTER_APP_APPLICATION_H
12#define CBM_ATCONVERTER_APP_APPLICATION 1
42 const std::vector<std::string>&
TraFiles()
const;
const std::string & RawFile() const
const std::string & OutputFile() const
const std::vector< std::string > & TraFiles() const
const std::string & SetupTag() const
~Application()=default
Destructor.
void operator=(const Application &)=delete
Assignment operator forbidden.
const std::string & ConfigFile() const
Application(ProgramOptions const &opt)
Standard constructor, initialises the application.
Run fRun
Reconstruction run.
const std::string & RecoFile() const
const std::string & ParFile() const
Application(const Application &)=delete
Copy constructor forbidden.
ProgramOptions const & fOpt
Program options object.
void Exec()
Run the application.