BOSS
7.1.1
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
InjSigIntervalSvc.h
Go to the documentation of this file.
1
#ifndef INJSIGINTERVALSVC_H_
2
#define INJSIGINTERVALSVC_H_
3
4
#include "GaudiKernel/IInterface.h"
5
#include "GaudiKernel/Kernel.h"
6
#include "GaudiKernel/Service.h"
7
#include "GaudiKernel/IIncidentListener.h"
8
9
#include "GaudiKernel/IDataProviderSvc.h"
10
#include "
CalibDataSvc/ICalibRootSvc.h
"
11
12
#include "
InjSigIntervalSvc/IInjSigIntervalSvc.h
"
13
14
15
//class InjSigIntervalSvc: public Service, virtual public IInjSigIntervalSvc,
16
class
InjSigIntervalSvc
:
public
extends<Service, IInjSigIntervalSvc>,
17
virtual
public
IIncidentListener{
18
public
:
19
InjSigIntervalSvc
(
const
std::string& name, ISvcLocator* svcloc );
20
~InjSigIntervalSvc
();
21
22
// virtual StatusCode queryInterface(const InterfaceID& riid, void** ppvUnknown);
23
virtual
StatusCode
initialize
();
24
virtual
StatusCode
finalize
();
25
26
// Incident handler
27
void
handle
(
const
Incident&);
28
29
//get the CalibData of OffEvtFilter
30
int
getTInterval
()
const
{
return
m_tInterval;}
31
32
private
:
33
/* initial calib const */
34
bool
initCalibConst();
35
36
IDataProviderSvc* m_pCalDataSvc;
37
ICalibRootSvc
* m_pRootSvc;
38
39
int
m_tInterval;
40
41
};
16
class
InjSigIntervalSvc
:
public
extends<Service, IInjSigIntervalSvc>, {
…
};
42
43
#endif
/* INJSIGINTERVALSVC_H_ */
ICalibRootSvc.h
IInjSigIntervalSvc.h
ICalibRootSvc
Definition
ICalibRootSvc.h:34
InjSigIntervalSvc
Definition
InjSigIntervalSvc.h:17
InjSigIntervalSvc::InjSigIntervalSvc
InjSigIntervalSvc(const std::string &name, ISvcLocator *svcloc)
Definition
InjSigIntervalSvc.cxx:26
InjSigIntervalSvc::handle
void handle(const Incident &)
Definition
InjSigIntervalSvc.cxx:74
InjSigIntervalSvc::getTInterval
int getTInterval() const
Definition
InjSigIntervalSvc.h:30
InjSigIntervalSvc::finalize
virtual StatusCode finalize()
Definition
InjSigIntervalSvc.cxx:66
InjSigIntervalSvc::~InjSigIntervalSvc
~InjSigIntervalSvc()
Definition
InjSigIntervalSvc.cxx:30
InjSigIntervalSvc::initialize
virtual StatusCode initialize()
Definition
InjSigIntervalSvc.cxx:42
7.1.1
OfflineEvtFilter
InjSigIntervalSvc
InjSigIntervalSvc-00-01-01
InjSigIntervalSvc
InjSigIntervalSvc.h
Generated by
1.12.0