12 #ifndef RestCore_TRestDetectorFiducializationProcess
13 #define RestCore_TRestDetectorFiducializationProcess
15 #include <TRestDetectorHitsEvent.h>
16 #include <TRestDetectorReadout.h>
18 #include "TRestEventProcess.h"
31 void LoadDefaultConfig();
42 void LoadConfig(
const std::string& configFilename,
const std::string& name =
"");
50 const char* GetProcessName()
const override {
return "fiducialization"; }
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 InitFromConfigFile() override
To make settings from rml file. This method must be implemented in the derived class.
void Initialize() override
Making default settings.
TRestEvent * ProcessEvent(TRestEvent *inputEvent) override
Process one event.
void PrintMetadata() override
Implemented it in the derived metadata class to print out specific metadata information.
void EndProcess() override
To be executed at the end of the run (outside event loop)
void InitProcess() override
To be executed at the beginning of the run (outside event loop)
A metadata class to generate/store a readout description.
A base class for any REST event process.
void BeginPrintProcess()
[name, cut range]
A base class for any REST event.