23#ifndef RestCore_TRestTrack2DAnalysisProcess
24#define RestCore_TRestTrack2DAnalysisProcess
26#include <TRestEventProcess.h>
28#include "TRestTrackEvent.h"
39 void LoadDefaultConfig();
50 void LoadConfig(
const std::string& configFilename,
const std::string& name =
"");
60 const char* GetProcessName()
const override {
return "trackAnalysis"; }
A base class for any REST event process.
void BeginPrintProcess()
[name, cut range]
A base class for any REST event.
An analysis REST process to extract valuable information from Track type of data.
TRestEvent * ProcessEvent(TRestEvent *inputEvent) override
Process one event.
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 InitProcess() override
To be executed at the beginning of the run (outside event loop)
void EndProcess() override
To be executed at the end of the run (outside event loop)
RESTValue GetInputEvent() const override
Get pointer to input event. Must be implemented in the derived class.
void Initialize() override
Making default settings.
void PrintMetadata() override
Implemented it in the derived metadata class to print out specific metadata information.