Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Documentation
Tutorials
Deprecation
DeprecationExample.cc
Go to the documentation of this file.
1
8
#include "
DeprecationExample.h
"
9
#include "
DeprecationDemo.h
"
10
11
namespace
DeprecationExample
{
12
13
DeprecationExample::DeprecationExample
()
14
{ }
15
16
DeprecationExample::~DeprecationExample()
17
{ }
18
19
fwk::VModule::ResultFlag
20
DeprecationExample::Init
()
21
{
22
return
eSuccess
;
23
}
24
25
fwk::VModule::ResultFlag
26
DeprecationExample::Run(
evt::Event
& event)
27
{
28
DeprecationDemo
d;
29
d.
DontUse
();
30
31
return
eSuccess
;
32
}
33
34
fwk::VModule::ResultFlag
35
DeprecationExample::Finish()
36
{
37
return
eSuccess
;
38
}
39
40
}
fwk::VModule::eSuccess
Report success to RunController.
Definition:
VModule.h:62
evt::Event
Definition:
Framework/Event/Event.h:44
DeprecationExample
Example of using the Deprecation package.
fwk::CoordinateSystemRegistry::Init
void Init()
Initialise the registry.
Definition:
CoordinateSystemRegistry.cc:58
DeprecationDemo.h
fwk::VModule::ResultFlag
ResultFlag
Flag returned by module methods to the RunController.
Definition:
VModule.h:60
DeprecationExample.h
DeprecationExample::DeprecationDemo
Definition:
DeprecationDemo.h:6
DeprecationExample::DeprecationDemo::DontUse
void DontUse() const
Definition:
DeprecationDemo.cc:17
DeprecationExample::DeprecationExample
Definition:
DeprecationExample.h:25
, generated on Tue Sep 26 2023.