BOSS
7.1.2
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace 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
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
c
d
e
g
h
i
l
m
n
o
p
r
s
t
Enumerations
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
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
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Symbols
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
Files
File List
File 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
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
y
z
Typedefs
a
b
c
d
e
f
h
i
j
k
l
m
n
p
r
s
t
u
v
w
z
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
IRealizationSvc.h
Go to the documentation of this file.
1
#ifndef IREALIZATIONSVC_H
2
#define IREALIZATIONSVC_H
3
4
#include "GaudiKernel/IInterface.h"
5
#include "GaudiKernel/Kernel.h"
6
#include "GaudiKernel/ObjectVector.h"
7
8
/* Declaration of the interface ID */
9
//static const InterfaceID IID_IRealizationSvc("IRealizationSvc",1,0);
10
11
//class IRealizationSvc: virtual public IInterface{
12
13
class
GAUDI_API
IRealizationSvc
:
virtual
public
IInterface{
14
public
:
15
//static const InterfaceID& interfaceID() { return IID_IRealizationSvc; }
16
DeclareInterfaceID
(
IRealizationSvc
,1,0);
17
// Interface
18
/*
19
virtual void readDB(int runNo) = 0;
20
virtual void updateRealData() = 0;
21
22
virtual double getLuminosity() = 0;
23
virtual double getBunchSizeX() = 0;
24
virtual double getBunchSizeY() = 0;
25
virtual double getBunchSizeZ() = 0;
26
virtual double getBunchSigmaX() = 0;
27
virtual double getBunchSigmaY() = 0;
28
virtual double getBunchSigmaZ() = 0;
29
*/
30
};
13
class
GAUDI_API
IRealizationSvc
:
virtual
public
IInterface {
…
};
31
32
#endif
IRealizationSvc
Definition
IRealizationSvc.h:13
IRealizationSvc::DeclareInterfaceID
DeclareInterfaceID(IRealizationSvc, 1, 0)
7.1.2
Simulation
Realization
RealizationSvc
RealizationSvc-00-01-04
RealizationSvc
IRealizationSvc.h
Generated by
1.12.0