12 #ifndef RestCore_TRestGeant4BlobAnalysisProcess
13 #define RestCore_TRestGeant4BlobAnalysisProcess
15 #include <TRestGeant4Event.h>
16 #include <TRestGeant4Metadata.h>
18 #include "TRestEventProcess.h"
26 std::vector<std::string> fQ1_Observables;
27 std::vector<double> fQ1_Radius;
29 std::vector<std::string> fQ2_Observables;
30 std::vector<double> fQ2_Radius;
37 void LoadDefaultConfig();
50 void LoadConfig(
const std::string& configFilename,
const std::string& name =
"");
58 const char* GetProcessName()
const override {
return "findG4BlobAnalysis"; }
A base class for any REST event process.
void BeginPrintProcess()
[name, cut range]
A base class for any REST event.
void Initialize() override
Making default settings.
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)
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 EndProcess() override
To be executed at the end of the run (outside event loop)
void PrintMetadata() override
Implemented it in the derived metadata class to print out specific metadata information.
void InitFromConfigFile() override
To make settings from rml file. This method must be implemented in the derived class.
An event class to store geant4 generated event information.