1#ifndef PACKING_UNPACKER_H
2#define PACKING_UNPACKER_H
7#include "Packing/RawDataFile/File.h"
Base classes for all user event processing components to extend.
Implements an event buffer system for storing event data.
Class which represents the process under execution.
Base class for a module which produces a data product.
Producer(const std::string &name, Process &process)
Class constructor.
Class encapsulating parameters for configuring a processor.
This producer unpacks the data from the various subsystems into different branches for later decoding...
std::unique_ptr< rawdatafile::File > raw_file_
raw data file we are reading
RawIO(const std::string &name, framework::Process &p)
normal constructor
void onProcessEnd() override
Close up ROOT file with raw data in it.
virtual ~RawIO()
empty destructor
void produce(framework::Event &event) override
Actually do the unpacking/decoding.
void configure(framework::config::Parameters &ps) override
Configure the unpacker and open the raw data file for IO.
void beforeNewRun(ldmx::RunHeader &header) override
We are given a non-const reference to a new RunHeader so we can add parameters unpacked from the raw ...
All classes in the ldmx-sw project use this namespace.