BOSS
7.1.2
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
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
c
d
e
g
h
i
l
m
n
o
p
r
s
t
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 Symbols
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
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
h
i
j
k
l
m
n
p
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
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
7.1.2
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
▼
Mdc
►
DedxCalibAlg
►
DedxCorrecSvc
►
DedxCurSvc
►
DedxSimSvc
►
MdcAlignAlg
►
MdcCalibAlg
►
MdcCalibFunSvc
►
MdcCheckUtil
►
MdcGeomSvc
►
MdcHvDropSvc
►
MdcNavigation
▼
MdcRawEvent
▼
MdcRawEvent-00-03-08
►
MdcRawEvent
►
src
▼
test
►
CheckClID.cxx
►
MdcRecEvent
►
MdcTables
►
Muc
►
OfflineEvtFilter
►
Reconstruction
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
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
}
14
int
main
(
int
argc,
char
** argv) {
…
}
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/RootEventData_rootcint.cxx:38
main
int main()
Definition
test_IFile.cxx:11
7.1.2
Mdc
MdcRawEvent
MdcRawEvent-00-03-08
test
CheckClID.cxx
Generated by
1.12.0