BOSS
6.6.4.p01
BESIII Offline Software System
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:15
main
int main()
Definition:
test_IFile.cxx:11
source
Mdc
MdcRawEvent
MdcRawEvent-00-03-08
test
CheckClID.cxx
Generated by
1.9.6