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
EmcConverter.h
Go to the documentation of this file.
1
#ifndef EMC_CONVERTER_H
2
#define EMC_CONVERTER_H
3
4
#include "GaudiKernel/StatusCode.h"
5
#include "
RawDataCnv/EventManagement/EmcBuilder.h
"
6
#include "
RawDataCnv/Util/BufferHolder.h
"
7
#include "
EmcRawEvent/EmcDigi.h
"
8
9
class
EmcRawDataProvider
;
10
11
class
EmcConverter
{
12
13
public
:
14
15
// static interfaces
16
static
EmcConverter
*
instance
(
int
runMode = 2);
//default OfflineMode
17
static
void
destroy
();
18
19
// public interfaces
20
StatusCode
convert
(
const
BufferHolder
& src,
EmcDigiCol
* des);
21
StatusCode
convert
(
EmcDigiCol
* src,
WriteRawEvent
*& des);
22
23
24
private
:
25
26
// private methods
27
EmcConverter
(
int
runMode);
//get its intance via the static interface!
28
~EmcConverter
();
29
30
EmcConverter
();
//stop default
31
32
// private data members
33
int
m_runMode;
//reference to the RunMode of RawDataInputSvc
34
35
/// pointer of EmcRawDataProvider, only OnlineMode //fucd
36
EmcRawDataProvider
* m_EmcProvider;
37
38
EmcBuilder
m_builder;
39
40
// static data members
41
static
EmcConverter
* s_instance;
42
};
43
44
#endif
BufferHolder.h
EmcBuilder.h
EmcDigi.h
EmcDigiCol
ObjectVector< EmcDigi > EmcDigiCol
Definition:
EmcDigi.h:43
BufferHolder
Definition:
BufferHolder.h:8
EmcBuilder
Definition:
EmcBuilder.h:10
EmcConverter
Definition:
EmcConverter.h:11
EmcConverter::instance
static EmcConverter * instance(int runMode=2)
Definition:
EmcConverter.cxx:9
EmcConverter::destroy
static void destroy()
Definition:
EmcConverter.cxx:18
EmcConverter::convert
StatusCode convert(const BufferHolder &src, EmcDigiCol *des)
Definition:
EmcConverter.cxx:26
EmcRawDataProvider
Definition:
EmcRawDataProvider.h:17
eformat::write::FullEventFragment
Definition:
write/FullEventFragment.h:26
source
Event
RawDataCnv
RawDataCnv-00-05-11
RawDataCnv
Util
EmcConverter.h
Generated by
1.9.6