12 #ifndef RestCore_TRestDetectorHitsShuffleProcess
13 #define RestCore_TRestDetectorHitsShuffleProcess
16 #include <TRestDetectorHitsEvent.h>
18 #include "TRestEventProcess.h"
39 void LoadDefaultConfig();
41 void LoadConfig(
const std::string& configFilename,
const std::string& name =
"");
46 RESTMetadata <<
" Iterations : " << fIterations <<
RESTendl;
51 const char* GetProcessName()
const override {
return "hitsShuffle"; }
RESTValue GetInputEvent() const override
Get pointer to input event. Must be implemented in the derived class.
void InitProcess() override
To be executed at the beginning of the run (outside event loop)
RESTValue GetOutputEvent() const override
Get pointer to output 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 EndProcess() override
To be executed at the end of the run (outside event loop)
TRestEvent * ProcessEvent(TRestEvent *inputEvent) override
Process one event.
void Initialize() override
Making default settings.
void PrintMetadata() override
Implemented it in the derived metadata class to print out specific metadata information.
A base class for any REST event process.
void BeginPrintProcess()
[name, cut range]
A base class for any REST event.