BOSS 7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
CheckClID.cxx File Reference
#include "math.h"
#include "stdio.h"
#include "MDCRawEvent/MdcDigi.h"
#include <iostream>
#include <fstream>
#include <vector>

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

The main application

Definition at line 14 of file CheckClID.cxx.

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}
ObjectVector< MdcDigi > MdcDigiCol