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
MucConverter.h
Go to the documentation of this file.
1
#ifndef MUC_CONVERTER_H
2
#define MUC_CONVERTER_H
3
4
#include "GaudiKernel/StatusCode.h"
5
#include "
RawDataCnv/EventManagement/MucBuilder.h
"
6
#include "
RawDataCnv/Util/BufferHolder.h
"
7
#include "
MucRawEvent/MucDigi.h
"
8
9
class
MucConverter
{
10
11
public
:
12
13
// static interfaces
14
static
MucConverter
*
instance
();
15
static
void
destroy
();
16
17
// public interfaces
18
StatusCode
convert
(
const
BufferHolder
& src,
MucDigiCol
* des);
19
StatusCode
convert
(
MucDigiCol
* src,
WriteRawEvent
*& des);
20
21
22
private
:
23
24
// private methods
25
MucConverter
();
//get its intance via the static interface!
26
~MucConverter
();
27
28
// private data members
29
MucBuilder
m_builder;
30
31
// static data members
32
static
MucConverter
* s_instance;
33
};
34
35
#endif
BufferHolder.h
MucBuilder.h
MucDigi.h
MucDigiCol
ObjectVector< MucDigi > MucDigiCol
Definition:
MucDigi.h:29
BufferHolder
Definition:
BufferHolder.h:8
MucBuilder
Definition:
MucBuilder.h:11
MucConverter
Definition:
MucConverter.h:9
MucConverter::instance
static MucConverter * instance()
Definition:
MucConverter.cxx:5
MucConverter::destroy
static void destroy()
Definition:
MucConverter.cxx:14
MucConverter::convert
StatusCode convert(const BufferHolder &src, MucDigiCol *des)
Definition:
MucConverter.cxx:22
eformat::write::FullEventFragment
Definition:
write/FullEventFragment.h:26
source
Event
RawDataCnv
RawDataCnv-00-05-11
RawDataCnv
Util
MucConverter.h
Generated by
1.9.6