BOSS 7.0.7
BESIII Offline Software System
Loading...
Searching...
No Matches
Tof/EstTofCaliSvc/EstTofCaliSvc-00-00-14/test/Test.cxx
Go to the documentation of this file.
1#include <iostream.h>
3
4int main(){
5 const std::string& name = "a ";
6 ISvcLocator* svcloc = NULL ;
7 EstTofCaliSvc fCali(name, svcloc);
8 cout<<"begain ini"<<endl;
9 fCali.initialize();
10 cout <<"dump"<<endl;
11 fCali.Dump();
12 cout<<"Hi, event routine is running"<<endl;
13// fCali.finalize();
14
15}
16
virtual StatusCode initialize()