The Gaudi Framework
v36r16 (ea80daf8)
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
a
c
d
e
f
i
l
m
n
o
p
r
s
t
Enumerator
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Properties
Related Functions
:
a
b
c
d
e
g
h
i
m
o
p
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
u
z
Variables
a
b
c
d
e
g
h
i
m
o
p
r
s
t
v
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Enumerations
Enumerator
c
e
f
p
u
v
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
HiveTestAlgorithm.h
Go to the documentation of this file.
1
//
2
// HiveTestAlgorithm.h
3
//
4
//
5
// Created by Benedikt Hegner on 7/21/12.
6
// Copyright (c) 2012 __CERN__. All rights reserved.
7
//
8
9
#include "
GaudiAlg/GaudiAlgorithm.h
"
10
#include <
Gaudi/Property.h
>
11
12
class
GAUDI_API
HiveTestAlgorithm
:
public
GaudiAlgorithm
{
13
public
:
17
using
GaudiAlgorithm::GaudiAlgorithm
;
18
19
/*****************************
20
** Public Function Members **
21
*****************************/
22
23
StatusCode
initialize
()
override
;
24
StatusCode
execute
()
override
;
25
StatusCode
finalize
()
override
;
26
27
// BH: concurrency additions
28
virtual
const
std::vector<std::string>
get_inputs();
29
virtual
const
std::vector<std::string>
get_outputs();
30
31
private
:
32
/**************************
33
** Private Data Members **
34
**************************/
35
39
int
m_total = 0;
40
41
Gaudi::Property<std::vector<std::string>
> m_inputs{
this
,
"Input"
, {},
"List of required inputs"
};
42
Gaudi::Property<std::vector<std::string>
> m_outputs{
this
,
"Output"
, {},
"List of provided outputs"
};
43
44
std::vector<std::unique_ptr<DataObjectHandle<DataObject>
>>
m_inputHandles
;
45
std::vector<std::unique_ptr<DataObjectHandle<DataObject>
>>
m_outputHandles
;
46
};
GaudiAlgorithm::GaudiAlgorithm
GaudiAlgorithm(std::string name, ISvcLocator *pSvcLocator)
Standard constructor.
Definition:
GaudiAlgorithm.cpp:45
GaudiAlgorithm::finalize
StatusCode finalize() override
standard finalization method
Definition:
GaudiAlgorithm.cpp:65
std::vector< std::string >
StatusCode
Definition:
StatusCode.h:65
GaudiAlgorithm
Definition:
GaudiAlgorithm.h:104
GaudiAlgorithm::initialize
StatusCode initialize() override
standard initialization method
Definition:
GaudiAlgorithm.cpp:52
HiveTestAlgorithm::m_outputHandles
std::vector< std::unique_ptr< DataObjectHandle< DataObject > > > m_outputHandles
Definition:
HiveTestAlgorithm.h:45
HiveTestAlgorithm::m_inputHandles
std::vector< std::unique_ptr< DataObjectHandle< DataObject > > > m_inputHandles
Definition:
HiveTestAlgorithm.h:44
HiveTestAlgorithm
Definition:
HiveTestAlgorithm.h:12
GaudiAlgorithm.h
GaudiAlgorithm::execute
StatusCode execute() override
standard execution method
Definition:
GaudiAlgorithm.cpp:77
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:81
Gaudi::Property
Implementation of property with value of concrete type.
Definition:
Property.h:39
Property.h
GaudiHive
src
HiveTestAlgorithm.h
Generated on Fri Jul 28 2023 16:22:55 for The Gaudi Framework by
1.8.18