BOSS
7.0.7
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
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
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 Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
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
g
h
i
j
k
l
m
n
p
q
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
GetRawETS.h
Go to the documentation of this file.
1
#ifndef GET_RAW_ETS_H
2
#define GET_RAW_ETS_H
3
4
#include "GaudiKernel/Algorithm.h"
5
#include "
InjSigIntervalSvc/IInjSigIntervalSvc.h
"
6
#include "TFile.h"
7
#include "TTree.h"
8
#include <vector>
9
10
class
GetRawETS
:
public
Algorithm {
11
12
public
:
13
14
GetRawETS
(
const
std::string& name, ISvcLocator* pSvcLocator);
15
16
StatusCode
initialize
();
17
StatusCode
execute
();
18
StatusCode
finalize
();
19
20
21
private
:
22
23
IInjSigIntervalSvc
* m_InjSigIntervalSvc;
24
bool
m_printInterval;
25
bool
m_readFromDB;
26
bool
m_dump;
27
int
m_interval;
28
int
m_nfill;
29
int
m_1stFlag;
30
31
int
m_flag;
32
unsigned
long
m_ets2;
33
34
TFile* m_root;
35
TTree* m_tree;
36
37
std::string m_etsfile;
38
39
std::vector<unsigned long> m_vec;
40
};
41
42
#endif
IInjSigIntervalSvc.h
GetRawETS
Definition:
GetRawETS.h:10
GetRawETS::initialize
StatusCode initialize()
Definition:
GetRawETS.cxx:32
GetRawETS::execute
StatusCode execute()
Definition:
GetRawETS.cxx:57
GetRawETS::finalize
StatusCode finalize()
Definition:
GetRawETS.cxx:102
IInjSigIntervalSvc
Definition:
IInjSigIntervalSvc.h:12
source
Event
GetRawETS
GetRawETS-00-00-07
src
GetRawETS.h
Generated by
1.9.6