1#ifndef TRIGSCINT_QIEDECODER_H
2#define TRIGSCINT_QIEDECODER_H
9#include "Framework/Configure/Parameters.h"
12#include "TrigScint/Event/QIEStream.h"
13#include "TrigScint/Event/TrigScintQIEDigis.h"
41 std::ifstream channelMapFile_;
42 std::map<int, int> channelMap_;
45 std::string inputCollection_;
46 std::string outputCollection_;
47 std::string inputPassName_;
58 bool isRealData_{
false};
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 onProcessStart() override
Callback for the EventProcessor to take any necessary action when the processing of events starts,...
std::string channelMapFileName_
the channel mapping
virtual ~QIEDecoder()=default
Default destructor, closes up boost archive and input stream.
void configure(framework::config::Parameters &ps) override
Configure our converter based off the configuration parameters decoded from the passed python script.
void onProcessEnd() override
Callback for the EventProcessor to take any necessary action when the processing of events finishes,...
void produce(framework::Event &event) override
Process the event and put new data products into it.