#ifndef START_RECONSTRUCTIONS_H #define START_RECONSTRUCTIONS_H #include namespace Recon { int startReconstructions(const std::string& aDataPath, const std::string& aDataRefPath, const std::string& aOutputPath); } #endif