/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/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

int main (  ) 

Definition at line 8 of file Test.cxx.

References MdcRec_wirhit::ddl, MdcRec_wirhit::ddr, MdcRec_wirhit::id, and MdcTrk::last.

00008           {
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 }


Generated on Tue Nov 29 23:16:44 2016 for BOSS_7.0.2 by  doxygen 1.4.7