Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Documentation
Tutorials
SuperModule
SubModuleA.cc
Go to the documentation of this file.
1
#include <sstream>
2
3
#include "
SubModuleA.h
"
4
#include <utl/ErrorLogger.h>
5
6
#include <evt/Event.h>
7
#include "
SubModuleA.h
"
8
9
using namespace
std;
10
using namespace
utl;
11
using namespace
fwk;
12
13
using namespace
SubModuleANS;
14
15
SubModuleA::SubModuleA(){}
16
17
SubModuleA::~SubModuleA(){}
18
19
VModule::ResultFlag
SubModuleA::Init
(){
20
//
21
//
22
INFO
(
" SubModuleA::Init()"
);
23
return
eSuccess
;
24
}
25
26
VModule::ResultFlag
SubModuleA::Run(
evt::Event
& event){
27
//
28
//
29
INFO
(
" SubModuleA::Run()"
);
30
31
return
eSuccess
;
32
}
33
34
VModule::ResultFlag
SubModuleA::Finish(){
35
//
36
//
37
INFO
(
" SubModuleA::Finish()"
);
38
return
eSuccess
;
39
}
evt::Event
Definition:
Framework/Event/Event.h:44
INFO
#define INFO(message)
Macro for logging informational messages.
Definition:
ErrorLogger.h:161
fwk::CoordinateSystemRegistry::Init
void Init()
Initialise the registry.
Definition:
CoordinateSystemRegistry.cc:58
io::eSuccess
Definition:
IoCodes.h:25
fwk::VModule::ResultFlag
ResultFlag
Flag returned by module methods to the RunController.
Definition:
VModule.h:60
SubModuleA.h
, generated on Tue Sep 26 2023.