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

4 {
5 const std::string& name = " ";
6 ISvcLocator* svcloc = NULL;
7 TofGeomSvc fGeom( name, svcloc );
8 fGeom.initialize();
9 cout << "dump" << endl;
10 fGeom.Dump();
11 cout << "Hi, event routine is running" << endl;
12 // fGeom.finalize();
13}