9#ifndef CERTIFYPARALLELMODULE_H
10#define CERTIFYPARALLELMODULE_H
12#include <framework/core/Module.h>
36 void event()
override;
A class definition of an input module for Sequential ROOT I/O.
void initialize() override
Module functions to be called from main process.
void event() override
This method is the core of the module.
void endRun() override
This method is called if the current run ends.
void terminate() override
This method is called at the end of the event processing.
CertifyParallelModule()
Constructor / Destructor.
void beginRun() override
Module functions to be called from event process.
Abstract base class for different kinds of events.