BOSS
7.0.4
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
_
e
f
g
h
i
l
m
o
p
r
s
t
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
d
e
g
h
p
r
s
t
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
XmlTest1Cnv.h
Go to the documentation of this file.
1
// $Header: /bes/bes/BossCvs/Calibration/CalibSvc/CalibXmlCnvSvc/src/cnv/XmlTest1Cnv.h,v 1.1.1.1 2006/04/03 03:04:32 maqm Exp $
2
#ifndef CalibSvc_XmlTest1Cnv_h
3
#define CalibSvc_XmlTest1Cnv_h
4
5
/** @class XmlTest1
6
7
Converter from xml to very simple calibration data-like class to be
8
used for testing calibration infrastructure
9
10
@author J. Bogart
11
*/
12
#include "
XmlBaseCnv.h
"
13
14
template
<
class
TYPE>
class
CnvFactory
;
15
16
class
XmlTest1Cnv
:
public
XmlBaseCnv
{
17
18
/// Friend needed for instantiation
19
friend
class
CnvFactory
<
XmlTest1Cnv
>;
20
public
:
21
const
CLID&
objType
()
const
;
22
static
const
CLID&
classID
();
23
protected
:
24
25
XmlTest1Cnv
(ISvcLocator* svcs);
26
27
virtual
~XmlTest1Cnv
() {}
// most likely nothing to do
28
29
virtual
StatusCode
i_createObj
(
const
DOMElement* element,
30
DataObject*& refpObject);
31
32
33
};
34
35
36
#endif
XmlBaseCnv.h
CnvFactory
Definition:
RootDedxCalibDataCnv.h:19
XmlBaseCnv
Definition:
XmlBaseCnv.h:36
XmlTest1Cnv
Definition:
XmlTest1Cnv.h:16
XmlTest1Cnv::objType
const CLID & objType() const
Definition:
XmlTest1Cnv.cxx:34
XmlTest1Cnv::~XmlTest1Cnv
virtual ~XmlTest1Cnv()
Definition:
XmlTest1Cnv.h:27
XmlTest1Cnv::i_createObj
virtual StatusCode i_createObj(const DOMElement *element, DataObject *&refpObject)
Definition:
XmlTest1Cnv.cxx:52
XmlTest1Cnv::classID
static const CLID & classID()
Definition:
XmlTest1Cnv.cxx:38
source
Calibration
CalibSvc
CalibXmlCnvSvc
CalibXmlCnvSvc-00-01-01
src
cnv
XmlTest1Cnv.h
Generated by
1.9.6