/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Mdc/MdcTables/MdcTables-00-00-11/test/Test.cxx

Go to the documentation of this file.
00001 #include <iostream>   
00002 
00003 #include "MdcTables/MdcTables.h"
00004 #include "MdcTables/TrkTables.h"     
00005 #include "MdcTables/HepevtTables.h"
00006 #include "MdcTables/MdstTables.h"
00007 
00008 int main(){
00009    MdcRec_wirhit fRecWirHit;           
00010    cout <<"MdcRec_wirhit:"<<endl;
00011    fRecWirHit.id=2;
00012    fRecWirHit.ddl=1.2;
00013    cout<<"id:"<<fRecWirHit.id<<endl;
00014    cout<<"ddl:"<<fRecWirHit.ddl<<endl;
00015    cout<<"ddr:"<<fRecWirHit.ddr<<endl;  
00016 
00017    MdcTrk fMdcTrk;
00018    cout <<"MdcTrk:"<<endl;
00019    // fMdcTrk.last[0]=5;
00020   // cout<<"id:"<<fMdcTrk.id<<endl;
00021   // cout<<"last[0]:"<<fMdcTrk.last[0]<<endl;
00022    cout<<"last[1]:"<<fMdcTrk.last[1]<<endl;
00023 
00024    return 1;
00025 }
00026 

Generated on Tue Nov 29 23:12:47 2016 for BOSS_7.0.2 by  doxygen 1.4.7