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
CalibCLIDNode.cxx
Go to the documentation of this file.
1
#include "
CalibDataSvc/CalibCLIDNode.h
"
2
/** @file CalibCLIDNode.cxx
3
4
$Header: /bes/bes/BossCvs/Calibration/CalibSvc/CalibDataSvc/src/CalibCLIDNode.cxx,v 1.2 2006/04/06 02:16:44 maqm Exp $
5
6
@author Joanne Bogart
7
*/
8
#include "
CalibData/CalibModelSvc.h
"
9
using namespace
CalibData
;
10
// CLID_Calib_CalibCLIDNode gets a value in CalibModel.cxx, but
11
// this is in a different component; doubt I can pick it up correctly here.
12
extern
const
CLID&
CLID_Calib_CalibCLIDNode
;
13
const
CLID&
CLID_Calib_CalibCLIDNode
= 6000;
14
//maqmCLID CalibCLIDNode::m_myClassID = 0;
15
16
const
CLID&
CalibCLIDNode::classID
() {
17
return
CLID_Calib_CalibCLIDNode
;
18
/*//maqm add
19
if (m_myClassID == 0) {
20
CalibData::CalibModelSvc svc;
21
m_myClassID = svc.getCLIDNodeCLID();
22
}
23
return m_myClassID;
24
*/
25
}
26
27
std::ostream&
CalibCLIDNode::fillStream
(std::ostream&
s
)
const
{
28
return
s
<<
"Child class ID = "
<< m_childClassID << std::endl;
29
}
CLID_Calib_CalibCLIDNode
const CLID & CLID_Calib_CalibCLIDNode
Definition:
CalibCLIDNode.cxx:13
CalibCLIDNode.h
CalibModelSvc.h
CLID_Calib_CalibCLIDNode
const CLID CLID_Calib_CalibCLIDNode
Definition:
CalibModel.h:31
s
XmlRpcServer s
Definition:
HelloServer.cpp:11
CalibCLIDNode::classID
static const CLID & classID()
Definition:
CalibCLIDNode.cxx:16
CalibCLIDNode::fillStream
virtual std::ostream & fillStream(std::ostream &s) const
Definition:
CalibCLIDNode.cxx:27
CalibData
Definition:
Calibration/CalibData/CalibData-00-01-24/CalibData/CalibBase.h:27
source
Calibration
CalibSvc
CalibDataSvc
CalibDataSvc-00-01-07
src
CalibCLIDNode.cxx
Generated by
1.9.6