46 auto dirname = ic.
options().
get<std::string>(
"mid-raw-outdir");
47 auto fileFor = ic.
options().
get<std::string>(
"file-for");
48 if (!std::filesystem::exists(dirname)) {
49 if (!std::filesystem::create_directories(dirname)) {
50 LOG(fatal) <<
"could not create output directory " << dirname;
52 LOG(info) <<
"created output directory " << dirname;
56 mEncoder.
init(dirname.c_str(), fileFor.c_str());
62 auto stop = [
this]() {
74 gsl::span<const ColumnData>
data = of::DataRefUtils::as<const ColumnData>(
msg);
76 auto msgROF = pc.
inputs().
get(
"mid_data_mc_rof");
77 gsl::span<const ROFRecord> rofRecords = of::DataRefUtils::as<const ROFRecord>(msgROF);
79 for (
auto& rofRecord : rofRecords) {
80 auto eventData =
data.subspan(rofRecord.firstEntry, rofRecord.nEntries);
81 mEncoder.
process(eventData, rofRecord.interactionRecord, rofRecord.eventType);
99 {
"mid-raw-outdir", of::VariantType::String,
".", {
"Raw file output directory"}},
100 {
"file-for", of::VariantType::String,
"all", {
"single file per: all,flp,cruendpoint,link"}},
101 {
"mid-raw-header-offset", of::VariantType::Bool,
false, {
"Header offset in bytes"}}}};
Strip pattern (aka digits)
Hardware Id to FeeId mapper.
Header of the General Run Parameters object.
Digits to raw converter spec for MID.
Definition of the Names Generator class.
static std::string getGRPFileName(const std::string_view prefix=STANDARDSIMPREFIX)
T get(const char *key) const
ServiceRegistryRef services()
ConfigParamRegistry const & options()
InputRecord & inputs()
The inputs associated with this processing context.
void finalize(bool closeFile=true)
void init(std::string_view outDir=".", std::string_view fileFor="all", int verbosity=0, std::vector< ROBoardConfig > configurations=makeDefaultROBoardConfig())
void process(gsl::span< const ColumnData > data, InteractionRecord ir, EventType eventType=EventType::Standard)
void init(o2::framework::InitContext &ic)
void run(o2::framework::ProcessingContext &pc)
static GRPObject * loadFrom(const std::string &grpFileName="")
constexpr o2::header::DataOrigin gDataOriginMID
Defining PrimaryVertex explicitly as messageable.
std::vector< ConfigParamSpec > Options
std::vector< OutputSpec > Outputs
framework::DataProcessorSpec getRawWriterSpec()
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
static std::string concat_string(Ts const &... ts)
LOG(info)<< "Compressed in "<< sw.CpuTime()<< " s"
uint64_t const void const *restrict const msg