10#ifndef CBMSIM_DIGITIZATION_STEER_RUN_H
11#define CBMSIM_DIGITIZATION_STEER_RUN_H 1
29 class Run :
public TNamed {
87 void SetTraFiles(
const std::vector<std::string> files);
std::string GetFileName(const TString file)
Get file name without ending.
void SetTraFiles(const std::vector< std::string > files)
Set transport file name.
ClassDef(cbm::sim::digitization::Run, 1)
Run operator=(const Run &)=delete
Assignment operator forbidden.
void SetParFile(const char *fileName)
Set parameter file name.
void SetConfig(const Config &config)
Set configuration.
bool CheckFile(const char *fileName)
Check existence of a file.
void Exec()
Run digitization.
const Config & GetConfig() const
Settings object.
void AllowOverwrite()
Allow overwriting if output file already exists.
Run(const Run &)=delete
Copy constructor forbidden.
void LoadConfig(const char *fileName)
Set configuration file name.
std::vector< TString > fTra
void SetOutput(const char *fileName)
Set output file name.
void SetGeoSetupTag(const char *tag)
Set geometry setup tag.