BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Test.cxx File Reference
#include "EstTofCaliSvc/EstTofCaliSvc.h"
#include <iostream.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/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}