BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
Mdc/MdcTables/MdcTables-00-00-11/test/Test.cxx File Reference
#include <iostream>
#include "MdcTables/MdcTables.h"
#include "MdcTables/TrkTables.h"
#include "MdcTables/HepevtTables.h"
#include "MdcTables/MdstTables.h"

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 8 of file Mdc/MdcTables/MdcTables-00-00-11/test/Test.cxx.

8 {
9 MdcRec_wirhit fRecWirHit;
10 cout <<"MdcRec_wirhit:"<<endl;
11 fRecWirHit.id=2;
12 fRecWirHit.ddl=1.2;
13 cout<<"id:"<<fRecWirHit.id<<endl;
14 cout<<"ddl:"<<fRecWirHit.ddl<<endl;
15 cout<<"ddr:"<<fRecWirHit.ddr<<endl;
16
17 MdcTrk fMdcTrk;
18 cout <<"MdcTrk:"<<endl;
19 // fMdcTrk.last[0]=5;
20 // cout<<"id:"<<fMdcTrk.id<<endl;
21 // cout<<"last[0]:"<<fMdcTrk.last[0]<<endl;
22 cout<<"last[1]:"<<fMdcTrk.last[1]<<endl;
23
24 return 1;
25}