23#ifndef RestCore_TRestRawFeminosRootToSignalProcess
24#define RestCore_TRestRawFeminosRootToSignalProcess
26#include <TRestEventProcess.h>
28#include "TRestRawSignalEvent.h"
29#include "TRestRawToSignalProcess.h"
39 Long64_t fInputTreeEntry = 0;
41 TFile* fInputFile =
nullptr;
42 TTree* fInputEventTree =
nullptr;
43 TTree* fInputRunTree =
nullptr;
45 ULong64_t fInputEventTreeTimestamp = 0;
46 std::vector<unsigned short>* fInputEventTreeSignalIds =
nullptr;
47 std::vector<unsigned short>* fInputEventTreeSignalValues =
nullptr;
57 const char* GetProcessName()
const override {
return "FeminosRootToSignal"; }
A base class for any REST event process.
A base class for any REST event.
void InitProcess() override
To be executed at the beginning of the run (outside event loop)
TRestEvent * ProcessEvent(TRestEvent *inputEvent) override
Process one event.
RESTValue GetOutputEvent() const override
Get pointer to output event. Must be implemented in the derived class.
RESTValue GetInputEvent() const override
Get pointer to input event. Must be implemented in the derived class.
void Initialize() override
Making default settings.
An event container for time rawdata signals with fixed length.