Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Framework
RunController
CheckEventDataModule1.h
Go to the documentation of this file.
1
#ifndef _CheckEventDataModule1_
2
#define _CheckEventDataModule1_
3
4
5
#include <fwk/VModule.h>
6
7
using namespace
fwk;
8
9
10
class
CheckEventDataModule1
:
public
VModule
{
11
public
:
12
virtual
~CheckEventDataModule1
() { }
13
14
VModule::ResultFlag
Init
();
15
VModule::ResultFlag
Run(
evt::Event
& event);
16
VModule::ResultFlag
Finish();
17
18
private
:
19
REGISTER_MODULE
(
"CheckEventDataModule1"
,
CheckEventDataModule1
);
20
};
21
22
23
#endif
evt::Event
Definition:
Framework/Event/Event.h:44
fwk::CoordinateSystemRegistry::Init
void Init()
Initialise the registry.
Definition:
CoordinateSystemRegistry.cc:58
CheckEventDataModule1
Definition:
CheckEventDataModule1.h:10
fwk::VModule
Module interface.
Definition:
VModule.h:53
REGISTER_MODULE
#define REGISTER_MODULE(_moduleName_, _ModuleType_)
Definition:
VModule.h:145
fwk::VModule::ResultFlag
ResultFlag
Flag returned by module methods to the RunController.
Definition:
VModule.h:60
CheckEventDataModule1::~CheckEventDataModule1
virtual ~CheckEventDataModule1()
Definition:
CheckEventDataModule1.h:12
, generated on Tue Sep 26 2023.