BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
Tof/TofGeomSvc/TofGeomSvc-00-01-01/test/Test.cxx
Go to the documentation of this file.
1#include <iostream.h>
3
4int main(){
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
14}
15
#define NULL
virtual StatusCode initialize()