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
RawEventReader.h
Go to the documentation of this file.
1
#ifndef MixerAlg_h
2
#define MixerAlg_h
3
4
#include "GaudiKernel/Algorithm.h"
5
#include <string>
6
7
#include "GaudiKernel/IDataProviderSvc.h"
8
#include "
RawDataCnv/EventManagement/RAWEVENT.h
"
9
10
class
MdcConverter
;
11
class
TofConverter
;
12
class
EmcConverter
;
13
class
MucConverter
;
14
15
class
RawEventReader
:
public
Algorithm {
16
public
:
17
RawEventReader
(
const
std::string& name, ISvcLocator* pSvcLocator);
18
virtual
~RawEventReader
();
19
StatusCode
initialize
();
20
StatusCode
execute
();
21
StatusCode
finalize
();
22
23
StatusCode
readEvent
();
24
private
:
25
26
IDataProviderSvc* m_evtSvc;
27
28
MdcConverter
* m_mdcCnv;
29
TofConverter
* m_tofCnv;
30
EmcConverter
* m_emcCnv;
31
MucConverter
* m_mucCnv;
32
33
int
m_mdcdigi;
34
int
m_tofdigi;
35
int
m_emcdigi;
36
int
m_mucdigi;
37
38
39
RAWEVENT
* m_raw_event;
40
std::vector<std::string> m_inputFiles;
41
};
42
43
#endif
RAWEVENT.h
EmcConverter
Definition:
EmcConverter.h:11
MdcConverter
Definition:
MdcConverter.h:9
MucConverter
Definition:
MucConverter.h:9
RAWEVENT
Definition:
RAWEVENT.h:9
RawEventReader
Definition:
RawEventReader.h:15
RawEventReader::~RawEventReader
virtual ~RawEventReader()
Definition:
RawEventReader.cxx:47
RawEventReader::initialize
StatusCode initialize()
Definition:
RawEventReader.cxx:56
RawEventReader::finalize
StatusCode finalize()
Definition:
RawEventReader.cxx:216
RawEventReader::execute
StatusCode execute()
Definition:
RawEventReader.cxx:74
RawEventReader::readEvent
StatusCode readEvent()
Definition:
RawEventReader.cxx:169
TofConverter
Definition:
TofConverter.h:10
source
Event
RawEventReader
RawEventReader-00-00-03
RawEventReader
RawEventReader.h
Generated by
1.9.6