18#include <fmt/printf.h>
28 return fmt::format(
"[{:s}/{:d}/{:s}]",
getSourceName(), getIndex(),
bits.to_string());
34 std::string ss(srcList), sname{};
35 if (ss.find(
NONE) != std::string::npos) {
38 if (ss.find(
ALL) != std::string::npos) {
42 std::replace(ss.begin(), ss.end(),
' ',
',');
43 std::stringstream sss(ss);
44 while (getline(sss, sname,
',')) {
45 for (
auto id = 0;
id <
NSources;
id++) {
53 throw std::runtime_error(fmt::format(
"Wrong entry {:s} in reco-sources list {:s}", sname, srcList));
Global index for barrel track: provides provenance (detectors combination), index in respective array...
Static class with identifiers, bitmasks and names for ALICE detectors.
GLenum GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const void * bits
LOG(info)<< "Compressed in "<< sw.CpuTime()<< " s"