R3BROOT
R3B analysis software
Loading...
Searching...
No Matches
R3BUcesbLauncher.cxx File Reference
#include "R3BUcesbLauncher.h"
#include <R3BException.h>
#include <R3BLogger.h>
#include <R3BShared.h>
#include <algorithm>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/constants.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/trim.hpp>
#include <boost/process/v2/process.hpp>
#include <boost/process/v2/stdio.hpp>
#include <chrono>
#include <fairlogger/Logger.h>
#include <filesystem>
#include <fmt/core.h>
#include <fmt/format.h>
#include <fmt/os.h>
#include <memory>
#include <regex>
#include <ext_data_clnt.hh>
#include <string>
#include <string_view>
#include <system_error>
#include <utility>
#include <vector>
Include dependency graph for R3BUcesbLauncher.cxx:

Go to the source code of this file.

Namespaces

namespace  R3B
 

Variables

constexpr auto CHILD_CLOSE_WAITING_TIME = std::chrono::seconds(5)
 

Variable Documentation

◆ CHILD_CLOSE_WAITING_TIME

auto CHILD_CLOSE_WAITING_TIME = std::chrono::seconds(5)
constexpr

Definition at line 42 of file R3BUcesbLauncher.cxx.