/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Tof/EstTofCaliSvc/EstTofCaliSvc-00-00-10/test/Test.cxx

Go to the documentation of this file.
00001 #include <iostream.h>
00002 #include "EstTofCaliSvc/EstTofCaliSvc.h"
00003 
00004 int main(){
00005    const std::string& name = "a ";
00006    ISvcLocator* svcloc = NULL ;
00007    EstTofCaliSvc fCali(name, svcloc);      
00008    cout<<"begain ini"<<endl;
00009    fCali.initialize();     
00010    cout <<"dump"<<endl;
00011    fCali.Dump();
00012    cout<<"Hi, event routine is running"<<endl;
00013 //   fCali.finalize();
00014 
00015 }
00016 

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