Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Framework
RunController
SetEventDataModule2.h
Go to the documentation of this file.
1
#ifndef _SetEventDataModule2_
2
#define _SetEventDataModule2_
3
4
5
#include <fwk/VModule.h>
6
7
using namespace
fwk;
8
9
class
SetEventDataModule2
:
public
VModule
10
{
11
public
:
12
SetEventDataModule2
();
13
virtual
~
SetEventDataModule2
();
14
15
VModule::ResultFlag
Init
();
16
VModule::ResultFlag
Run(
evt::Event
& event);
17
VModule::ResultFlag
Finish();
18
19
private
:
20
//int testCount; // unused. LN.
21
22
REGISTER_MODULE
(
"SetEventDataModule2"
,
SetEventDataModule2
);
23
};
24
25
#endif
evt::Event
Definition:
Framework/Event/Event.h:44
fwk::CoordinateSystemRegistry::Init
void Init()
Initialise the registry.
Definition:
CoordinateSystemRegistry.cc:58
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
SetEventDataModule2
Definition:
SetEventDataModule2.h:9
, generated on Tue Sep 26 2023.