CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
Test.cxx File Reference
#include <iostream.h>
#include "EstTofCaliSvc/EstTofCaliSvc.h"

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 4 of file Tof/EstTofCaliSvc/EstTofCaliSvc-00-00-08/test/Test.cxx.

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