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
CheckClID.cxx
Go to the documentation of this file.
1
#include "math.h"
2
#include "stdio.h"
3
#include "MDCRawEvent/MdcDigi.h"
4
5
#include <iostream>
6
#include <fstream>
7
#include <vector>
8
9
using namespace
std
;
10
/**
11
* The main application
12
*/
13
14
int
main
(
int
argc,
char
** argv)
15
{
16
Identifier
id;
17
18
MdcDigi
* mdcDigi =
new
MdcDigi
(
id
, 10);
19
std::cout <<
" MDC Digi CLID = "
<< mdcDigi->
clID
() << std::endl;
20
21
MdcDigiCol
* mdcDigiCol =
new
MdcDigiCol
();
22
std::cout <<
" MDC Digi collection CLID = "
<< mdcDigiCol->clID() << std::endl;
23
24
return
1;
25
}
MdcDigiCol
ObjectVector< MdcDigi > MdcDigiCol
Definition:
MdcDigi.h:39
Identifier
Definition:
Identifier.h:20
MdcDigi
Definition:
MdcDigi.h:15
MdcDigi::clID
virtual const CLID & clID() const
Definition:
MdcDigi.h:28
std
Definition:
RootEventData_rootcint.cxx:16
main
int main()
Definition:
test_IFile.cxx:11
source
Mdc
MdcRawEvent
MdcRawEvent-00-03-08
test
CheckClID.cxx
Generated by
1.9.6