1#ifndef PACKING_SINGLESUBSYSTEMPACKER_H
2#define PACKING_SINGLESUBSYSTEMPACKER_H
5#include "Framework/Exception/Exception.h"
6#include "Packing/Utility/Writer.h"
Base classes for all user event processing components to extend.
Base class for a module which does not produce a data product.
Analyzer(const std::string &name, Process &process)
Class constructor.
Implements an event buffer system for storing event data.
Class which represents the process under execution.
Class encapsulating parameters for configuring a processor.
This producer unpacks the data from the a single subsystem raw data file into a single buffer for a d...
std::string input_pass_
buffer object pass on event bus
utility::Writer writer_
raw data file we are reading
void configure(framework::config::Parameters &ps) override
Configure the unpacker and open the raw data file for IO.
virtual ~SingleSubsystemPacker()
empty destructor
std::string input_name_
buffer object name on event bus
void analyze(const framework::Event &event) override
Actually do the unpacking/decoding.
SingleSubsystemPacker(const std::string &name, framework::Process &p)
normal constructor
All classes in the ldmx-sw project use this namespace.