1#ifndef TRIGSCINT_QIEENCODER_H
2#define TRIGSCINT_QIEENCODER_H
7#include "Framework/Configure/Parameters.h"
10#include "TrigScint/Event/QIEStream.h"
11#include "TrigScint/Event/TrigScintQIEDigis.h"
39 std::string channelMapFileName_;
40 std::ifstream channelMapFile_;
41 std::map<int, int> channelMap_;
44 std::string inputCollection_;
45 std::string inputPassName_;
47 std::string outputCollection_;
Base classes for all user event processing components to extend.
Class implementing an event buffer system for storing event data.
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.
void produce(framework::Event &event) override
Process the event and put new data products into it.
void onProcessStart() override
Callback for the EventProcessor to take any necessary action when the processing of events starts,...
virtual ~QIEEncoder()=default
Default destructor, closes up boost archive and input stream.
void onProcessEnd() override
Callback for the EventProcessor to take any necessary action when the processing of events finishes,...
void configure(framework::config::Parameters &ps) override
Configure our converter based off the configuration parameters decoded from the passed python script.